Structure
A yaml rules file is named as follows: <name>.rules.yaml
.
The default ruleset is called default.rules.yaml
Rules
A yaml ruleset file consists of entries, start with a dash, followed by a series of indented key-value pairs: Notice that the comments here are not part of the entry, just an description how to read it.
# comment for first entry
- first: value
second: value
third: value
# comment for second entry
- first: value
second: value
third: value