Skip to content

Commit

Permalink
Do not use the latest jscs as it breaks
Browse files Browse the repository at this point in the history
since it does extra checking on indentation that doesn't pass.
  • Loading branch information
lukeapage committed Apr 1, 2015
1 parent 86fa4f6 commit c1bccbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-jscs": "^1.2.0",
"grunt-jscs": "~1.5.0",
"grunt-shell": "^1.1.1",
"grunt-browserify": "~3.5.0",
"jit-grunt": "^0.9.1",
Expand Down

3 comments on commit c1bccbe

@seven-phases-max
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Btw., should not we fix those intents jscs complains about? If I'm not mistaken it is actually correct in all these cases it warns (provided that "validateIndentation": 4)? For example? (No idea about those opening brace errors though).

@lukeapage
Copy link
Member Author

@lukeapage lukeapage commented on c1bccbe Apr 1, 2015 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@seven-phases-max
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either way #2533 (it took just about 2min so it's not a big deal).

Please sign in to comment.