Skip to content

Instantly share code, notes, and snippets.

@samccone
Created May 10, 2015 19:22
Show Gist options
  • Save samccone/8e540fc736a50a44f0ff to your computer and use it in GitHub Desktop.
Save samccone/8e540fc736a50a44f0ff to your computer and use it in GitHub Desktop.
> @ lint /Users/sam/Desktop/repos/todomvc/tooling
> jscs -c ../.jscsrc ../examples/webrx/
Illegal trailing whitespace at ../examples/webrx/Gruntfile.js :
12 | }
13 | };
14 |
---------^
15 | grunt.initConfig(conf);
16 |
Invalid quote mark found at ../examples/webrx/Gruntfile.js :
15 | grunt.initConfig(conf);
16 |
17 | grunt.loadNpmTasks("grunt-contrib-connect");
----------------------------^
18 |
19 | grunt.registerTask("default", ["connect"]);
Invalid quote mark found at ../examples/webrx/Gruntfile.js :
17 | grunt.loadNpmTasks("grunt-contrib-connect");
18 |
19 | grunt.registerTask("default", ["connect"]);
----------------------------^
20 |}
21 |
Invalid quote mark found at ../examples/webrx/Gruntfile.js :
17 | grunt.loadNpmTasks("grunt-contrib-connect");
18 |
19 | grunt.registerTask("default", ["connect"]);
----------------------------------------^
20 |}
21 |
4 code style errors found.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment