Skip to content

Commit

Permalink
chore: speed up lint-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Oct 6, 2023
1 parent 8f457f3 commit 6604fbf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ lint: venv
venv/bin/pylint plugins

lint-docs: venv
venv/bin/antsibull-docs lint-collection-docs --plugin-docs .
venv/bin/antsibull-docs lint-collection-docs \
--plugin-docs \
--validate-collection-refs self \
--skip-rstcheck \
.

clean:
git clean -xdf \
Expand Down

0 comments on commit 6604fbf

Please sign in to comment.