Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 476 Bytes

VariableNamingConventions.md

File metadata and controls

8 lines (6 loc) · 476 Bytes

VariableNamingConventions

Category: pmd
Rule Key: pmd:VariableNamingConventions

⚠️ This rule is deprecated in favour of S115, S116.


A variable naming conventions rule - customize this to your liking. Currently, it checks for final variables that should be fully capitalized and non-final variables that should not include underscores.