Skip to content

Commit 5e23d83

Browse files
committed
Fix Duckquill ignore directory
1 parent 87373b2 commit 5e23d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ done
9595
- `bashate -i E002,E003,E010,E011 --max-line-length 120`
9696
- use `markdownlint`
9797
- install using `npm -i -g markdownlint-cli`
98-
- run `markdownlint $(find . -name '*.md' | grep -vF './.git') --ignore docs/themes/duckquill/`
98+
- run `markdownlint $(find . -name '*.md' | grep -vF './.git') --ignore site/themes/duckquill/`
9999
- Legibility of the code is more important than code golfing, try to be
100100
expressive in the code
101101
- Try to **follow the happy path**:

0 commit comments

Comments
 (0)