Skip to content

Reproduces an issue where doc comments affect method signatures in the detekt baseline

Notifications You must be signed in to change notification settings

roomscape/detekt-baseline-issue

Repository files navigation

This reproduces an issue where method signatures in the detekt baseline appear differently depending on whether the method has a doc comment.

To reproduce the problem:

  1. Run ./gradlew detekt and observe that it passes
  2. Edit Example.kt to remove the method-level doc comment
  3. Run detekt again and observe that if fails
  4. Run ./gradlew detektBaseline and observe that the baseline.xml changes

About

Reproduces an issue where doc comments affect method signatures in the detekt baseline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages