- Mention many new linters now included.
- Basic description of .arclint + example
- Move Philosophy sections above Configuration sections.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Commits
- Restricted Diffusion Commit
rP61257d88d532: Update doc for available lints
compile with bin/diviner.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
For the lists of stuff, I think we should write something like:
$ arc lint --list
...(or maybe arc list-linters or something? Or arc linter-info <optional linter>?) which prints out something like this:
[Installed] jshint 1.2.3 [Installed] pylint 2.5.4 [Old Version] pep8 0.0.3 [Not Installed] etc [Not Installed] etc
...so we don't have to have 35 pages of docs? Maybe we could give them an optional method like getHelpURI() and print that out.
Anyway this is clearly better and we can clean it up once someone comes up with a good name for the command.
src/docs/user/userguide/arcanist_lint.diviner | ||
---|---|---|
59–61 | Yeah that's right (I actually saw this in the online docs early today and was like whoaa my repo is linked to) |