From 5e23d839de040f0292a207b20794ebdb706509c0 Mon Sep 17 00:00:00 2001 From: daudix Date: Sat, 12 Oct 2024 15:49:07 +0300 Subject: [PATCH] Fix Duckquill ignore directory --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 938a97a0ec..ea8e4b835f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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**: