Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 683 Bytes

man_hours.md

File metadata and controls

31 lines (21 loc) · 683 Bytes

Rule: man_hours

This rule uses the following patterns:

  • /man[_-]*hours/gi

It has a default check level of: off

Alternatives

  • person-hours
  • human-hours

Configuration

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

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