Skip to content

Commit 59268f1

Browse files
bremlstgraber
authored andcommitted
lint: Exclude generated manpages from codespell
Signed-off-by: Lucas Bremgartner <[email protected]>
1 parent 8a6b813 commit 59268f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lint/codespell.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh -eu
2-
codespell -S 'internal/server/apparmor/*.profile.go' -S 'doc/html/*' -I .codespell-ignore client cmd doc grafana internal scripts shared test
2+
codespell -S 'internal/server/apparmor/*.profile.go' -S 'doc/html/*' -S 'doc/reference/manpages/*' -I .codespell-ignore client cmd doc grafana internal scripts shared test

0 commit comments

Comments
 (0)