Detekt: disable package naming rule
This commit is contained in:
parent
c8e8b1f521
commit
6cec94e927
|
|
@ -221,7 +221,7 @@ naming:
|
|||
propertyPattern: '[A-Za-z][_A-Za-z0-9]*'
|
||||
privatePropertyPattern: '[A-Za-z][_A-Za-z0-9]*'
|
||||
PackageNaming:
|
||||
active: true
|
||||
active: false
|
||||
packagePattern: '^[a-z]+(\.[a-z][a-z0-9]*)*$'
|
||||
TopLevelPropertyNaming:
|
||||
active: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue