Skip to content

Commit

Permalink
Add increasing verbosity command list for rst-lint
Browse files Browse the repository at this point in the history
Leave out the debug level as it isn't useful.
  • Loading branch information
pabs3 committed Aug 30, 2021
1 parent c315f23 commit cc035e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/text.ini
Expand Up @@ -2,6 +2,9 @@
flags = fixme fixme-silent
debian = python3-restructuredtext-lint | python-restructuredtext-lint
files = *.rst
command = rst-lint --level=severe {files}
command = rst-lint --level=error {files}
command = rst-lint --level=warning {files}
command = rst-lint --level=info {files}

[doc8]
Expand Down

0 comments on commit cc035e5

Please sign in to comment.