Skip to content

Commit cf71274

Browse files
Add doc8 style checks for all docs
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 5431f7c commit cf71274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/scripts/doc8_style_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ set -e
66
# not in the same source folder as the include statement.)
77
# [ToDo 1. Expand Scan to All Docs (source/) 2. Fix this D000 workaround if possible]
88
# Doc Contribution Guide is at scancode-toolkit/contribute/contrib_doc.rst
9-
doc8 --max-line-length 100 source/scancode-toolkit --ignore D000 --quiet
9+
doc8 --max-line-length 100 source/ --ignore D000 --quiet

0 commit comments

Comments
 (0)