Merge pull request #76 from TouchInstinct/detekt_rules_fix
Detekt: disable package naming rule
This commit is contained in:
commit
fe233203b5
|
|
@ -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