aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2014-08-11 09:51:45 -0400
committerMike Sherov <mike.sherov@gmail.com>2014-08-11 09:51:45 -0400
commit0ad31ca469d541dd0ee56c992da08bfaafbdfeaf (patch)
treeca8c9bcc306cc78528fde05d78b27c672a138e49 /Gruntfile.js
parent87081b855c5ded96039d16791a30ff0181fb5a9f (diff)
downloadjquery-ui-0ad31ca469d541dd0ee56c992da08bfaafbdfeaf.tar.gz
jquery-ui-0ad31ca469d541dd0ee56c992da08bfaafbdfeaf.zip
Resizable: fix JSCS violations
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 5f9efd32b..a3d545ce3 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -159,9 +159,9 @@ grunt.initConfig({
}
},
jscs: {
- // datepicker, sortable, resizable and draggable are getting rewritten, ignore until that's done
- ui: [ "ui/*.js", "!ui/datepicker.js", "!ui/sortable.js", "!ui/resizable.js" ],
- // TODO enable this once we have a tool that can help with fixing formatting of existing files
+ // datepicker and sortable are getting rewritten, ignore until that's done
+ ui: [ "ui/*.js", "!ui/datepicker.js", "!ui/sortable.js" ],
+ // TODO enable this once we have a tool that can auto format files
// tests: "tests/unit/**/*.js",
grunt: [ "Gruntfile.js", "build/tasks/*.js" ]
},