Skip to content

Fix false positives in UndocumentedPublicProperty#2591

Merged
arturbosch merged 3 commits into
detekt:masterfrom
schalkms:fix-#2580-UndocumentedPublicProperty
Apr 11, 2020
Merged

Fix false positives in UndocumentedPublicProperty#2591
arturbosch merged 3 commits into
detekt:masterfrom
schalkms:fix-#2580-UndocumentedPublicProperty

Conversation

@schalkms
Copy link
Copy Markdown
Member

@schalkms schalkms commented Apr 7, 2020

Properties in classes that are nested, non-public and undocumented are not flagged by this rule anymore.

Related #2580

schalkms added 2 commits April 7, 2020 20:44
Properties in classes that are nested, public and undocumented are not flagged by this rule anymore.

Related #2580
@codecov-io
Copy link
Copy Markdown

codecov-io commented Apr 7, 2020

Codecov Report

Merging #2591 into master will decrease coverage by 0.02%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2591      +/-   ##
============================================
- Coverage     25.20%   25.18%   -0.03%     
  Complexity      394      394              
============================================
  Files           379      379              
  Lines          7418     7425       +7     
  Branches       1225     1227       +2     
============================================
  Hits           1870     1870              
- Misses         5417     5424       +7     
  Partials        131      131              
Impacted Files Coverage Δ Complexity Δ
...in/io/gitlab/arturbosch/detekt/rules/Traversing.kt 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
.../rules/documentation/UndocumentedPublicProperty.kt 17.39% <0.00%> (-0.80%) 1.00 <0.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 3450420...c1e44a6. Read the comment docs.

@arturbosch arturbosch merged commit d2a302e into detekt:master Apr 11, 2020
@arturbosch arturbosch added this to the 1.8.0 milestone Apr 11, 2020
@schalkms schalkms deleted the fix-#2580-UndocumentedPublicProperty branch April 12, 2020 17:46
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.

4 participants