Skip to content

Commit

Permalink
chore(detekt): Remove an exception for an unused wildcard import
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Dec 1, 2023
1 parent 0033123 commit 161acdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ style:
WildcardImport:
excludes: ''
excludeImports:
- org.ossreviewtoolkit.analyzer.managers.*
- org.ossreviewtoolkit.helper.commands.*
- org.ossreviewtoolkit.utils.spdx.SpdxLicense.*
- org.ossreviewtoolkit.utils.spdx.SpdxLicenseException.*
Expand Down

0 comments on commit 161acdd

Please sign in to comment.