Skip to content

Commit

Permalink
CI: Upgrade rstcheck to V6
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy committed Jun 6, 2022
1 parent d8677f0 commit d277801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
python-version: 3.9
- name: Install dependencies
run: pip install -U rstcheck doc8
run: pip install -U rstcheck doc8 sphinx
- name: Run rstcheck
run: rstcheck -r docs
- name: Run doc8
Expand Down
2 changes: 1 addition & 1 deletion .rstcheck.cfg
@@ -1,3 +1,3 @@
[rstcheck]
ignore_messages=(Unknown directive type "automodule"\.$)
report=error
report_level=error

0 comments on commit d277801

Please sign in to comment.