Skip to content

Commit

Permalink
chore: Some minor changes to the docs linter (argoproj#7996)
Browse files Browse the repository at this point in the history
chore: Some minor changes to the docs linter (argoproj#7996)

Signed-off-by: jannfis <[email protected]>
  • Loading branch information
jannfis authored Dec 21, 2021
1 parent 63dfc78 commit 18f7b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ serve-docs:
.PHONY: lint-docs
lint-docs:
# https://github.com/dkhamsing/awesome_bot
find docs -name '*.md' -exec grep -l http {} + | xargs docker run --rm -v $(PWD):/mnt:ro dkhamsing/awesome_bot -t 3 --allow-dupe --allow-redirect --white-list `cat white-list | grep -v "#" | tr "\n" ','` --skip-save-results --
find docs -name '*.md' -exec grep -l http {} + | xargs docker run --rm -v $(PWD):/mnt:ro dkhamsing/awesome_bot -t 3 --allow-dupe --allow-redirect --white-list `cat docs/url-allow-list | grep -v "#" | tr "\n" ','` --skip-save-results --

# Verify that kubectl can connect to your K8s cluster from Docker
.PHONY: verify-kube-connect
Expand Down
1 change: 1 addition & 0 deletions white-list → docs/url-allow-list
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ ghe.example.com
192.168.99.100:8443
github.com/yourghuser/argo-cd
github.com/argoproj/argo-cd/releases/download/
https://github.com/hayorov/helm-gcs.git;

0 comments on commit 18f7b41

Please sign in to comment.