Merge "Update grunt-jscs to 2.5.0"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sat, 12 Dec 2015 01:59:07 +0000 (01:59 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 12 Dec 2015 01:59:07 +0000 (01:59 +0000)
package.json
resources/src/jquery/jquery.suggestions.js

index 209d325..08646d6 100644 (file)
@@ -12,7 +12,7 @@
     "grunt-contrib-copy": "0.8.1",
     "grunt-contrib-jshint": "0.11.3",
     "grunt-contrib-watch": "0.6.1",
-    "grunt-jscs": "2.1.0",
+    "grunt-jscs": "2.5.0",
     "grunt-jsonlint": "1.0.5",
     "grunt-karma": "0.12.1",
     "karma": "0.13.10",
index df6fff3..719eacb 100644 (file)
@@ -19,6 +19,7 @@
  * @class jQuery.plugin.suggestions
  */
 
+ // jscs:disable checkParamNames
 /**
  * @method suggestions
  * @chainable
@@ -93,6 +94,7 @@
  * @param {boolean} [options.highlightInput=false] Whether to highlight matched portions of the
  *  input or not.
  */
+ // jscs:enable checkParamNames
 
 ( function ( $ ) {