diff --git a/config/detekt/detekt.yml b/config/detekt/detekt.yml index 0c7d0ef1ca..03cd23fb8a 100644 --- a/config/detekt/detekt.yml +++ b/config/detekt/detekt.yml @@ -408,7 +408,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: