-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correctred NAME_ID #1306
Correctred NAME_ID #1306
Conversation
* corrected NAME_ID ### Issue (#865)
Codecov Report
@@ Coverage Diff @@
## master #1306 +/- ##
============================================
+ Coverage 82.01% 82.05% +0.04%
- Complexity 2530 2533 +3
============================================
Files 105 105
Lines 7201 7201
Branches 2058 2058
============================================
+ Hits 5906 5909 +3
Misses 346 346
+ Partials 949 946 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@@ -92,6 +92,6 @@ class StatelessClassesRule(configRules: List<RulesConfig>) : DiktatRule( | |||
} | |||
|
|||
companion object { | |||
const val NAME_ID = "abi-multiple-init-block" | |||
const val NAME_ID = "aaz-stateless-class" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why aaz
here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[1] rename 3 rules
[2] update "numder" 7 rules
[3] moved the rule ParameterNameInOuterLambdaRule down other rule list in DiktatRuleSetProvider
Issue ( #1305)