Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mention using 'arc lint' to try to autofix, when git commit gets you …
…down. Suggested by jlfwong. Auditors: jlfwong Test plan: I wrote a js file with some lint errors (missing semicolon, etc) and 'git add'ed it, then ran 'git commit -am test', and it said: ``` ... --- 18 lint errors --- Commit message saved to .git/commit.save Running `arc lint` may help to autofix the errors. Use "git recommit -a" when the errors are fixed, to re-use this commit message. ```
- Loading branch information