Skip to content
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

Fix false positives in UndocumentedPublicProperty #2591

Merged
merged 3 commits into from Apr 11, 2020
Merged

Fix false positives in UndocumentedPublicProperty #2591

merged 3 commits into from Apr 11, 2020

Conversation

schalkms
Copy link
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

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

Related #2580
@codecov-io
Copy link

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.

None yet

4 participants