Skip to content

Commit a9b729a

Browse files
committed
[NDGL-16] docs: detekt-config.yml 패키지 네이밍 패턴 수정
1 parent 72b96c0 commit a9b729a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

detekt-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ naming:
8585
VariableNaming:
8686
active: false
8787
PackageNaming:
88-
packagePattern: '[a-z]+(\._?[_?A-Za-z0-9]*)*'
88+
packagePattern: '[a-z]+(\._?[_A-Za-z0-9]*)*'

0 commit comments

Comments
 (0)