Enable detekt rule ProtectedMemberInFinalClass.
This commit is contained in:
parent
73347deaaf
commit
5ae51095e3
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ style:
|
|||
SerialVersionUIDInSerializableClass:
|
||||
active: false
|
||||
ProtectedMemberInFinalClass:
|
||||
active: false
|
||||
active: true
|
||||
UseCheckOrError:
|
||||
active: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue