Skip to content
Snippets Groups Projects
Commit 16f03830 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-558: Perform linting on sphinx rst files

Ignore lines going over 80 characters as the majority of the team
does not mind long lines.
parent cb7281ea
Branches
Tags
1 merge request!211L2SS-558: Perform linting on sphinx rst files
...@@ -29,8 +29,7 @@ commands = ...@@ -29,8 +29,7 @@ commands =
; TODO(Corne): Integrate Hacking to customize pep8 rules ; TODO(Corne): Integrate Hacking to customize pep8 rules
[testenv:pep8] [testenv:pep8]
commands = commands =
; doc8 is only necessary in combination with Sphinx or ReStructuredText (RST) doc8 docs/source/ --ignore D001
; doc8 doc/source/ README.rst
flake8 flake8
[testenv:bandit]; [testenv:bandit];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment