Skip to content

Commit f92c91f

Browse files
authored
cspell should check dot files unless explicitly ignored
1 parent 51efa13 commit f92c91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

earthly/cspell/Earthfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ CSPELL_LOCALLY:
2222
--rm \
2323
-v $src:/workdir \
2424
ghcr.io/streetsidesoftware/cspell:latest \
25-
lint .
25+
lint . --dot
2626

2727
# A Test and example invocation of the above UDC.
2828
cspell-test:

0 commit comments

Comments
 (0)