Document rpmlintrc keywords.

Fixes #617.
This commit is contained in:
Martin Liska 2021-03-23 11:06:54 +01:00
parent 39016d4c06
commit 49c97e50ee
1 changed files with 3 additions and 1 deletions

View File

@ -127,5 +127,7 @@ which uses old syntax for compatibility with old `rpmlint` releases, yet
it can be normal `toml` file if you wish:
`setBadness('check', 0)`
`addFilter('test-i-ignore')`
`setBadness` overrides a default badness for a given check and `addFilter` ignores all errors
that match the given regular expression.