Closed zeke closed 6 years ago
The maintainers of this repository would appreciate it if you could provide more information.
will it get corrected during the test run and not be reported as an error?
If the PR author didn't lint first, Yes. But it will come out in the wash. The next time someone lints locally, they'll commit the fixes.
Ehh, but then you'll have PRs that are modifying unrelated parts of the code base just to get the tests to pass.
Fair enough. Maybe we should add a lint
script that's standard --fix
for discoverability?
👍 want to give feedback on https://github.com/probot/template/pull/50 for that?
This PR updates the test script to use
standard --fix
, which can clean up a lot of minor linting issues for you automatically.