Config: Check a rule but don't fix it #1921
Unanswered
schulzjo-tng
asked this question in
Q&A
Replies: 1 comment 1 reply
-
hey! |
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
diktatCheck
anddiktatFix
to test the ruleVARIABLE_HAS_PREFIX
but I don't wantdiktatFix
to change anything. The reason being that I have some data classes that model an API response violating this rule. I am aware that I can@Suppress
this rule per class or per file, but I sometimes don't notice whendiktatFix
changes something. Can this be configured?Beta Was this translation helpful? Give feedback.
All reactions