You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently the lint script lists only the files with linting issues, no further details about the specific lint rule or the line.
To Reproduce
Steps to reproduce the behavior:
Introduce a lint error in a file in svgo.
Run the lint script (npm run lint).
Notice that the lint fails with nonzero exit code and the file path logged,
but no further indications are made about the lint rule or the exact line.
Expected behavior
A detailed lint report so it is easy to fix the linting issues.
Desktop (please complete the following information):
SVGO Version: master
NodeJs Version: v14.16.0
OS: WSL 2
The text was updated successfully, but these errors were encountered:
@TrySound: So the prettier itself has an issue?
Currently the builds for two of my PRs are failing because npm run lint fails.
When I invoke npm run lint I see the plugin file listed, but not what line or what the linter doesn't like about it. #1381 #1279
Describe the bug
Currently the lint script lists only the files with linting issues, no further details about the specific lint rule or the line.
To Reproduce
Steps to reproduce the behavior:
npm run lint
).Notice that the lint fails with nonzero exit code and the file path logged,
but no further indications are made about the lint rule or the exact line.
Expected behavior
A detailed lint report so it is easy to fix the linting issues.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: