This flag doesn't do anything in combination with --reporter=checkstyle.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Commits
- rARCc2a9d88711c5: Don't explicitly pass `--color=never` to `coffeelint`
> coffeelint --reporter=checkstyle test.coffee <?xml version="1.0" encoding="utf-8"?> <checkstyle version="4.3"> <file name="test.coffee"> <error line="1" severity="error" message="Class names should be camel cased; context: class name: boaConstrictor" source="coffeelint"/> </file> </checkstyle> > coffeelint --reporter=checkstyle --color=never test.coffee <?xml version="1.0" encoding="utf-8"?> <checkstyle version="4.3"> <file name="test.coffee"> <error line="1" severity="error" message="Class names should be camel cased; context: class name: boaConstrictor" source="coffeelint"/> </file> </checkstyle>
Diff Detail
Diff Detail
- Repository
- rARC Arcanist
- Lint
Lint Not Applicable - Unit
Tests Not Applicable