-
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
Package naming: Allow default package in kotlin files in buildSrc #947
Conversation
What's done: * Disabled rule for buildSrc directory Closes #915
ba497c7
to
81cc27e
Compare
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.
Please add tests
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter1/PackageNaming.kt
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #947 +/- ##
=========================================
Coverage 84.12% 84.12%
- Complexity 2388 2389 +1
=========================================
Files 101 101
Lines 6027 6029 +2
Branches 1781 1782 +1
=========================================
+ Hits 5070 5072 +2
Misses 263 263
Partials 694 694
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/test/kotlin/org/cqfn/diktat/ruleset/chapter1/PackageNamingWarnTest.kt
Show resolved
Hide resolved
diktat-rules/src/test/kotlin/org/cqfn/diktat/ruleset/chapter1/PackageNamingWarnTest.kt
Outdated
Show resolved
Hide resolved
### What's done: * Disabled rule for buildSrc directory Closes #915
What's done:
Closes package naming: Allow default package in kotlin files in buildSrc #915