Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.96 KB

configuring_disabled_rules.rst

File metadata and controls

51 lines (41 loc) · 1.96 KB

Configuring Disabled Rules

Each rule is either enabled (actively checked) or disabled (not checked). Each rule can be enabled or disabled by user configuration.

Most rules are enabled by default while some are disabled by default. Rules disabled by default are marked by and are typically naming convention rules. They can be enabled by setting the disable option to False in a configuration.

rule :
  <rule_id>:
      disable: False

Rules Disabled by Default