ignore
In this example, we assumed that you have a project with the following types:
rules: type: level: error options: - feat - fix
chore(cli): fix typo=> type chore is not allowed. Only ["feat", "fix"] are allowed
fix(api): fix typo
feat
fix
rules: type: level: error options: - api - web
rules: type: level: error options: [] # or [""] type-empty: level: ignore