From e53fb82bde12a99d1fde08382b88bcdb7a9f70e0 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Mon, 9 Oct 2023 15:20:18 +0200 Subject: [PATCH] MAINT: do not lint `bib` files in subdirs * DX: do not exclude template cSpell config from VSCode search --- .vscode/settings.json | 1 - src/repoma/.template/.cspell.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 402199ce..9bf184e4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -61,7 +61,6 @@ "src/repoma/.github/workflows/clean-caches.yml": true, "src/repoma/.github/workflows/pr-linting.yml": true, "src/repoma/.github/workflows/release-drafter.yml": true, - "src/repoma/.template/.cspell.json": true, "src/repoma/.template/.gitpod.yml": true, "src/repoma/.template/.prettierrc": true }, diff --git a/src/repoma/.template/.cspell.json b/src/repoma/.template/.cspell.json index 6c60bfac..71b9680d 100644 --- a/src/repoma/.template/.cspell.json +++ b/src/repoma/.template/.cspell.json @@ -15,8 +15,8 @@ "transisions" ], "ignorePaths": [ + "**/*.bib", "**/.cspell.json", - "*.bib", "*.ico", "*.root", "*.rst_t",