Disable Detekt InvalidPackageDeclaration rule

It doesn't work properly because we don't have an org/jellyfin/androidtv package in the playback and preference modules
This commit is contained in:
Niels van Velzen
2022-08-06 10:53:15 +02:00
committed by Niels van Velzen
parent dfa37c831a
commit 5a30dfe04e

View File

@@ -14,6 +14,10 @@ complexity:
thresholdInInterfaces: 15
thresholdInClasses: 15
naming:
InvalidPackageDeclaration:
active: false
style:
# Allow TODO and FIXME comments
ForbiddenComment: