Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 687 Bytes

whitelist.md

File metadata and controls

31 lines (21 loc) · 687 Bytes

Rule: whitelist

This rule uses the following patterns:

  • /white[_-]*list/gi

It has a default check level of: warning

Alternatives

  • include list
  • allow list

Configuration

This check level of this rule can be modified with the following:

rules:
  whitelist:
    level: failure

Available levels:

  • off
  • notice
  • warning
  • failure

Additional rules and configuration options are at docs/README.md.

This document is generated from a template using rules.ts and docs/index.ts.