Enforcing Code Style #2650
Unanswered
stefannikolei
asked this question in
Ideas
Replies: 1 comment
-
As long as we are confident the analyzer doesn't produce false flags then I'm ok with making them errors. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
At the moment some style is configured as warnings, but not enforced.
For example this style is configured as warning but not used everywhere through the code base:
We could fix all of this places in one PR. One solution to enforce this, would be to set the severity to error. What do you think about the severity? Keep it at warning or go to error?
Beta Was this translation helpful? Give feedback.
All reactions