Skip to content

Respect inspection aliases ClassName, PackageDirectoryMismatch, RedundantVisibilityModifier#3153

Merged
arturbosch merged 2 commits intomasterfrom
new-aliases
Oct 19, 2020
Merged

Respect inspection aliases ClassName, PackageDirectoryMismatch, RedundantVisibilityModifier#3153
arturbosch merged 2 commits intomasterfrom
new-aliases

Conversation

@arturbosch
Copy link
Copy Markdown
Member

Closes #3124

@arturbosch arturbosch added this to the 1.14.2 milestone Oct 18, 2020
@codecov
Copy link
Copy Markdown

codecov bot commented Oct 18, 2020

Codecov Report

Merging #3153 into master will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #3153      +/-   ##
============================================
+ Coverage     79.52%   79.53%   +0.01%     
- Complexity     2592     2595       +3     
============================================
  Files           437      437              
  Lines          7852     7857       +5     
  Branches       1495     1495              
============================================
+ Hits           6244     6249       +5     
  Misses          817      817              
  Partials        791      791              
Impacted Files Coverage Δ Complexity Δ
...tlab/arturbosch/detekt/rules/naming/ClassNaming.kt 100.00% <100.00%> (ø) 5.00 <2.00> (+1.00)
...ab/arturbosch/detekt/rules/naming/PackageNaming.kt 100.00% <100.00%> (ø) 7.00 <2.00> (+1.00)
...ekt/rules/style/RedundantVisibilityModifierRule.kt 95.55% <100.00%> (+0.10%) 10.00 <1.00> (+1.00)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3108bfc...2c6aebb. Read the comment docs.

…t/rules/naming/PackageNamingSpec.kt

Co-authored-by: M Schalk <30376729+schalkms@users.noreply.github.com>
@arturbosch arturbosch merged commit 5e9ffe4 into master Oct 19, 2020
@arturbosch arturbosch deleted the new-aliases branch October 19, 2020 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add aliases to class and package Naming rules

3 participants