mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
* Simplify AnnotationExcluderSpec * Improve tests * Improve tests * Fix FullQualifiedNameGuesser * Allow List<Regex> inside AnnotationExcluder to give more options to the callers * Test with and without type-solving * Make AnnotationExcluder use the BindingContext when available * AnnotationSuppressor works with Full Qualified names without type solving * Address PR comments * Update detekt-psi-utils/src/test/kotlin/io/github/detekt/psi/internal/FullQualifiedNameGuesserSpec.kt Co-authored-by: M Schalk <30376729+schalkms@users.noreply.github.com> * Support star imports * Improve readability Co-authored-by: M Schalk <30376729+schalkms@users.noreply.github.com>