Skip to content

Commit

Permalink
Update detekt-config.yml (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski authored Feb 4, 2024
1 parent fe67791 commit 35d0977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quality/src/main/resources/detekt-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ naming:
packagePattern: '[a-z]+(\.[a-z][A-Za-z0-9]*)*'
TopLevelPropertyNaming:
active: true
constantPattern: '[A-Z][A-Za-z0-9]*'
constantPattern: '[A-Z][_A-Za-z0-9]*'
propertyPattern: '[A-Za-z][_A-Za-z0-9]*'
privatePropertyPattern: '_?[A-Za-z][_A-Za-z0-9]*'
VariableMaxLength:
Expand Down Expand Up @@ -786,4 +786,4 @@ style:
WildcardImport:
active: true
excludeImports:
- 'java.util.*'
- 'java.util.*'

0 comments on commit 35d0977

Please sign in to comment.