Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.

Latest commit

 

History

History
40 lines (30 loc) · 2.04 KB

FilenameBear.rst

File metadata and controls

40 lines (30 loc) · 2.04 KB

Checks whether the filename follows a certain naming-convention.

  • All

Settings

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'.)

License

AGPL-3.0

Authors