Skip to content

Commit

Permalink
Fix Duckquill ignore directory
Browse files Browse the repository at this point in the history
  • Loading branch information
daudix committed Oct 12, 2024
1 parent 951f068 commit 1ae7788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ done
- `bashate -i E002,E003,E010,E011 --max-line-length 120`
- use `markdownlint`
- install using `npm -i -g markdownlint-cli`
- run `markdownlint $(find . -name '*.md' | grep -vF './.git') --ignore docs/themes/duckquill/`
- run `markdownlint $(find . -name '*.md' | grep -vF './.git') --ignore site/themes/duckquill/`
- Legibility of the code is more important than code golfing, try to be
expressive in the code
- Try to **follow the happy path**:
Expand Down

0 comments on commit 1ae7788

Please sign in to comment.