CodingStyle-NoTabs

Do not use tabs

Required inputs: IR

Only if you prefer spaces over tabs https://en.wikipedia.org/wiki/Indentation_style#Tab_vs._space this rule is for you! Inconsistent use or hardly visible differences of spaces or tabs should be avoided. Use your editor setting to ensure consistent whitespaces.

Possible Messages

Key

Text

Severity

Disabled

tab_character

Do not use tabs.

None

False

Options

per_file

per_file : bool = False

If enabled, at most a single violation is reported for each file containing tabs. If disabled, there is a separate violation for each line containing tabs.