Skip to content

Commit d4433b0

Browse files
Merge pull request #854 from adamtheturtle/doc8
Add doc8 linter
2 parents dd361c4 + 60f3d1a commit d4433b0

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ SHELL := /bin/bash -euxo pipefail
33
.PHONY: lint
44
lint:
55
check-manifest .
6+
doc8 .
67
dodgy
78
flake8 .
89
isort --recursive --check-only

dev-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ VWS-Python-Mock==2018.10.02.0
44
autoflake==1.2
55
check-manifest==0.37
66
codecov==2.0.15 # Upload coverage data
7+
doc8==0.8.0
78
dodgy==0.1.9 # Look for uploaded secrets
89
flake8-commas==2.0.0 # Require silicon valley commas
910
flake8-quotes==1.0.0 # Require single quotes

doc8.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[doc8]
22

33
max-line-length = 2000
4-
ignore-path = ./src/VWS_Python.egg-info/SOURCES.txt
4+
ignore-path = ./src/*.egg-info/SOURCES.txt,./docs/build/spelling/output.txt

0 commit comments

Comments
 (0)