Closed
Description
If you touch files in master that have linting issues then travis-ci will fail even if you haven't introduced these faults. Possible solutions / work-arounds:
- Move linting to the end of the tests, not the start (my preferred solution).
- Make everyone submit linting clean up patches for all files before they edit them (not recommended).
- Ignore the lack of testing in this case (the current solution).
- Make linting failures warnings not errors for CI.
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels