Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 695 Bytes

sanity_check.md

File metadata and controls

31 lines (21 loc) · 695 Bytes

Rule: sanity_check

This rule uses the following patterns:

  • /sanity[_-]*check/gi

It has a default check level of: off

Alternatives

  • smoke test
  • confidence check

Configuration

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

rules:
  sanity_check:
    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.