Replies: 1 comment 1 reply
-
This would open you up to developers submitting PRs that appear good in their local environment but fail in CI. With that said, perhaps you could use TreatWarningsAsErrors or WarningsAsErrors to turn warnings into CI build errors. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to have a stricter build in CI compared to the local development environment.
Is there any mechanism to conditionally override the settings defined in .editorconfig file?
Beta Was this translation helpful? Give feedback.
All reactions