-
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
Disable chapters #718
Disable chapters #718
Conversation
### What's done: Added parameter
### What's done: Fixed rule-mapping parser
### What's done: Fixed according our code-style
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/constants/Chapter.kt
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #718 +/- ##
============================================
- Coverage 80.12% 80.00% -0.13%
- Complexity 1944 1947 +3
============================================
Files 92 93 +1
Lines 4982 5007 +25
Branches 1595 1606 +11
============================================
+ Hits 3992 4006 +14
- Misses 241 245 +4
- Partials 749 756 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/constants/Chapter.kt
Outdated
Show resolved
Hide resolved
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/constants/Chapter.kt
Outdated
Show resolved
Hide resolved
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/constants/Chapter.kt
Outdated
Show resolved
Hide resolved
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/constants/Chapter.kt
Outdated
Show resolved
Hide resolved
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/constants/Warnings.kt
Outdated
Show resolved
Hide resolved
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.
where is the logic for a table generation (rules-mapping)?
### What's done: Fixed after review
### What's done: Fixed according our code-style
### What's done: Fixed according our code-style
### What's done: Fixed according our code-style
diktat-common/src/main/kotlin/org/cqfn/diktat/common/config/rules/RulesConfigReader.kt
Outdated
Show resolved
Hide resolved
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/constants/Chapters.kt
Outdated
Show resolved
Hide resolved
diktat-common/src/main/kotlin/org/cqfn/diktat/common/config/rules/RulesConfigReader.kt
Outdated
Show resolved
Hide resolved
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/constants/Chapters.kt
Outdated
Show resolved
Hide resolved
diktat-rules/src/test/kotlin/org/cqfn/diktat/ruleset/smoke/DiktatSmokeTest.kt
Outdated
Show resolved
Hide resolved
### What's done: Fixed after review
### What's done: Fixed after review
…hapter # Conflicts: # diktat-rules/src/main/kotlin/generated/WarningNames.kt
### What's done: Fixed according our code-style
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/constants/Chapters.kt
Outdated
Show resolved
Hide resolved
### What's done: Fixed after review
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
Added parametr to disable chapters in config
closes #204