Rename check-all to lint-all.

(imported from commit 844b2c69748f6d9df8ff1189c006ccf405f787c3)
This commit is contained in:
Steve Howell 2013-08-09 13:06:02 -04:00
parent db33028b98
commit 29fd84fdbd
2 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ function run {
} }
run ./tools/clean-repo run ./tools/clean-repo
run ./tools/check-all run ./tools/lint-all
run ./tools/test-js-with-node run ./tools/test-js-with-node
run ./tools/test-backend run ./tools/test-backend
run ./tools/test-js-with-casper run ./tools/test-js-with-casper