F002

File names should be well-formed

Description:

The source file names should be well-formed in the sense of their allowed maximum length and directory depth. Directory and file names should start with alphabetic character or underscore. In addition, directory names should not contain dots and file names can have only one dot.

Recognized parameters:

NameDefaultDescription
max-directory-depth8Maximum depth of the directory structure.
max-dirname-length31Maximum length of the directory path component.
max-filename-length31Maximum length of the leaf file name.
max-path-length100Maximum length of the full path.

Compliance: Boost

Rule index