You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warn (1:11) [CONSTANT_UPPERCASE] <val> properties from companion object or on file level mostly in all cases are constants - please use upper snake case for them: NEO4J_STARTUP_DELAY_MILLIS in
constvalNEO4J_STARTUP_DELAY_MILLIS=200L
Expected behavior
No warning in provided example
Observed behavior
Steps to Reproduce
Number in middle constant name
Environment information
diktat version: 1.2.3, 1.2.4.2
build tool (maven/gradle): gradle
how is diktat run (CLI, plugin, etc.): plugin
kotlin version: 1.7.21
operating system: windows
link to a project (if your project is public):
The text was updated successfully, but these errors were encountered:
Describe the bug
Warn (1:11) [CONSTANT_UPPERCASE] <val> properties from companion object or on file level mostly in all cases are constants - please use upper snake case for them: NEO4J_STARTUP_DELAY_MILLIS
inExpected behavior
No warning in provided example
Observed behavior
Steps to Reproduce
Number in middle constant name
Environment information
The text was updated successfully, but these errors were encountered: