README.md in pre-commit-0.8.1 vs README.md in pre-commit-0.9.0
- old
+ new
@@ -24,20 +24,19 @@
* console_log
* debugger
* pry
* tabs
* jshint
-* js\_lint\_all (Runs JSLint on all staged JS files)
-* js\_lint\_new (Runs JSLint on all new staged JS files)
+* js_lint
* closure\_syntax\_check
* php (Runs php -l on all staged files)
* rspec_focus (Will check if you are about to check in a :focus in a spec file)
* ruby_symbol_hashrockets (1.9 syntax. BAD :foo => "bar". GOOD foo: "bar")
* local (executes `config/pre-commit.rb` with list of changed files)
* merge_conflict (Will check if you are about to check in a merge conflict)
* migrations (Will make sure you check in the proper files after creating a Rails migration)
* ci (Will run the `pre_commit:ci` rake task and pass or fail accordingly)
-* rubocop\_new and rubocop\_all (Check ruby code style using the rubocop gem. Rubocop must be installed)
+* rubocop (Check ruby code style using the rubocop gem. Rubocop must be installed)
To configure which checks you would like to run, simply set the `pre-commit.checks` git configuration setting.
To enable `white_space` and `tab` checks: