Checks whether the filename follows a certain naming-convention.
- All
| Setting | Meaning |
|---|---|
file_naming_convention |
The naming-convention. Supported values are: - camel
(thisIsCamelCase) - pascal (ThisIsPascalCase) -
snake (this_is_snake_case) - space (This Is
Space Case) (Optional, defaults to 'snake'.) |
ignore_uppercase_filenames |
Whether or not to ignore fully uppercase filenames completely, e.g. COPYING, LICENSE etc. (Optional, defaults to 'True'.) |
AGPL-3.0
- The coala developers (coala-devel@googlegroups.com)