Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 391 Bytes

how-to-create-rule.md

File metadata and controls

12 lines (7 loc) · 391 Bytes

How to create a rule

A rule contains two things.

  • ruleName : the name of the rule.
  • rule : the definition of the rule.

Custom rules are created as plugins. a plugin can have multiple rules.

So, in order to create a custom rule, you just need to create a plugin