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:
committed by
Niels van Velzen
parent
dfa37c831a
commit
5a30dfe04e
@@ -14,6 +14,10 @@ complexity:
|
||||
thresholdInInterfaces: 15
|
||||
thresholdInClasses: 15
|
||||
|
||||
naming:
|
||||
InvalidPackageDeclaration:
|
||||
active: false
|
||||
|
||||
style:
|
||||
# Allow TODO and FIXME comments
|
||||
ForbiddenComment:
|
||||
|
||||
Reference in New Issue
Block a user