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

Commits on Apr 7, 2020

  1. Fix false positives in UndocumentedPublicProperty

    Properties in classes that are nested, public and undocumented are not flagged by this rule anymore.
    
    Related #2580
    schalkms committed Apr 7, 2020
    Copy the full SHA
    11ea43a View commit details
    Browse the repository at this point in the history
  2. Fix detekt warning

    schalkms committed Apr 7, 2020
    Copy the full SHA
    4f7f8e8 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary test

    schalkms committed Apr 7, 2020
    Copy the full SHA
    c1e44a6 View commit details
    Browse the repository at this point in the history