fix(linter): respect the --quiet option when running with --fix#31403
fix(linter): respect the --quiet option when running with --fix#31403leosvelperez merged 1 commit intonrwl:masterfrom
--quiet option when running with --fix#31403Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
7676a91 to
02e47fd
Compare
|
View your CI Pipeline Execution ↗ for commit 76e600d.
☁️ Nx Cloud last updated this comment at |
|
Can you please fix your commit message so that it conforms to our guidelines in CONTRIBUTING.md? |
02e47fd to
801c8f7
Compare
|
Done, thanks for the ping |
|
@bkp-ttd our current commit validator has an issue in the regex preventing the first character after |
|
@claude rebase this PR and update the commit message to "fix(linter): respect |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
801c8f7 to
76e600d
Compare
--fix should respect --quiet--quiet option when running with --fix
|
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
nx run lint --quiet --fixdoesn't respect--quietand fixes all issues, even silenced ones. This is different from howeslint --quiet --fixbehaves.Expected Behavior
nx run lint --quiet --fixshould only fix issues that aren't silenced by--quiet, likeeslintdoesRelated Issue(s)
Fixes #31401