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

Detect undocumented protected classes, properties, and functions #5083

Merged
merged 12 commits into from Jul 23, 2022

Commits on Jul 16, 2022

  1. Copy the full SHA
    aa1b04b View commit details
    Browse the repository at this point in the history
  2. feat: UndocumentedPublicProperty supports protected properties

    refs detekt#4633
    
    Signed-off-by: Kengo TODA <skypencil@gmail.com>
    KengoTODA committed Jul 16, 2022
    Copy the full SHA
    d8cf97e View commit details
    Browse the repository at this point in the history
  3. feat: UndocumentedPublicClass supports protected classes

    refs detekt#4633
    
    Signed-off-by: Kengo TODA <skypencil@gmail.com>
    KengoTODA committed Jul 16, 2022
    Copy the full SHA
    29ca360 View commit details
    Browse the repository at this point in the history
  4. chore: apply detekt rules

    Signed-off-by: Kengo TODA <skypencil@gmail.com>
    KengoTODA committed Jul 16, 2022
    Copy the full SHA
    86f3c9c View commit details
    Browse the repository at this point in the history
  5. docs: update the document

    Signed-off-by: Kengo TODA <skypencil@gmail.com>
    KengoTODA committed Jul 16, 2022
    Copy the full SHA
    bd82d80 View commit details
    Browse the repository at this point in the history
  6. fix: update the API file to pass pre-merge checks

    Signed-off-by: Kengo TODA <skypencil@gmail.com>
    KengoTODA committed Jul 16, 2022
    Copy the full SHA
    9505b20 View commit details
    Browse the repository at this point in the history
  7. fix: rename a config based on the review comment

    detekt#5083 (comment)
    Signed-off-by: Kengo TODA <skypencil@gmail.com>
    KengoTODA committed Jul 16, 2022
    Copy the full SHA
    6e2f19b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. test: make test snippets compilable

    Signed-off-by: Kengo TODA <skypencil@gmail.com>
    KengoTODA committed Jul 17, 2022
    Copy the full SHA
    296573f View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. fix: broken binary compatibility

    Signed-off-by: Kengo TODA <skypencil@gmail.com>
    KengoTODA committed Jul 18, 2022
    Copy the full SHA
    f7c0518 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. docs: Update detekt-rules-documentation/src/main/kotlin/io/gitlab/art…

    …urbosch/detekt/rules/documentation/UndocumentedPublicClass.kt
    
    Co-authored-by: schalkms <30376729+schalkms@users.noreply.github.com>
    KengoTODA and schalkms committed Jul 21, 2022
    Copy the full SHA
    5f31664 View commit details
    Browse the repository at this point in the history
  2. docs: Update detekt-rules-documentation/src/main/kotlin/io/gitlab/art…

    …urbosch/detekt/rules/documentation/UndocumentedPublicFunction.kt
    
    Co-authored-by: schalkms <30376729+schalkms@users.noreply.github.com>
    KengoTODA and schalkms committed Jul 21, 2022
    Copy the full SHA
    4ade0a8 View commit details
    Browse the repository at this point in the history
  3. docs: Update detekt-rules-documentation/src/main/kotlin/io/gitlab/art…

    …urbosch/detekt/rules/documentation/UndocumentedPublicProperty.kt
    
    Co-authored-by: schalkms <30376729+schalkms@users.noreply.github.com>
    KengoTODA and schalkms committed Jul 21, 2022
    Copy the full SHA
    1a6a1d0 View commit details
    Browse the repository at this point in the history