Skip to content

Commit

Permalink
Lint rstfiles with rstcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Jul 28, 2023
1 parent 6037fee commit 52cc76e
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ jobs:
ruff: true
black: true
mypy: true
rstcheck: true
2 changes: 2 additions & 0 deletions .rstcheck.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[rstcheck]
report_level = warning
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Contribute to pytest-elasticsearch
==============
==================================

Thank you for taking time to contribute to pytest-elasticsearch!

Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ types-setuptools = "==68.0.0.3"
mypy = "==1.4.1"
types-mock = "==5.1.0.1"
tbump = "==6.10.0"
rstcheck = "==6.1.2"
115 changes: 114 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions newsfragments/505.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Lint rst files with rstcheck

0 comments on commit 52cc76e

Please sign in to comment.