ochtra icon indicating copy to clipboard operation
ochtra copied to clipboard

One Commit Hook To Rule All

Results 4 ochtra issues
Sort by recently updated
recently updated
newest added

I’m on MacOS, and noticed that this scripts fails with large files. For example, if I attempt to commit a valid 66 kB YAML file (just as a test), I...

This pre-commit hook is a great idea, but sadly I can't reasonably use it in JS projects because it completely bypasses the relevant `.jshintrc` files by reading from STDIN instead...

As a nice companion to the new HTML syntax checking feature, this adds syntax checking for CSS files using [CSSLint](http://csslint.net/).

js file with error: ``` $ git commit -m "a" on branch master --> jshint syntax checking for test.js stdin: line 1, col 1, Expected an assignment or function call...