From 12f64cc6d98faa86b4160ff2c4ccb6b6867d1684 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 3 May 2023 22:44:58 +1000 Subject: [PATCH 1/2] Update `codespell.txt`. Disable markdownlint rule `MD052` --- .github/linters/.markdown-lint.yml | 3 +++ codespell.txt | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index f6c3cdd26..acdde8a31 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -27,3 +27,6 @@ MD040: false # MD041 first-line-heading/first-line-h1 - First line in a file should be a top-level heading MD041: false + +# MD052/reference-links-images Reference links and images should use a label that is defined +MD052: false diff --git a/codespell.txt b/codespell.txt index d6d80b079..1f7da30f8 100644 --- a/codespell.txt +++ b/codespell.txt @@ -1,5 +1,6 @@ ans ba +celler clen creat delet @@ -18,3 +19,4 @@ ro runn sting upto +wronly From be722da0d17a88a70e71314e5ccd374ee32a7f10 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 3 May 2023 22:49:34 +1000 Subject: [PATCH 2/2] `pre-commit autoupdate` Run `rake checkupdate` --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d16955028..0e4a40988 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.4.2 + rev: v1.5.1 hooks: - id: forbid-tabs exclude: Makefile$|Makefile\..+$|makefile$|\.mk$ @@ -36,7 +36,7 @@ repos: args: [--whitespaces-count, '2'] exclude: Makefile$|Makefile\..+$|makefile$|\.mk$ - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.2.4 hooks: - id: codespell name: Run codespell @@ -49,7 +49,7 @@ repos: name: Local policy is to exclude extension from all shell files types: [shell] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.33.0 + rev: v0.34.0 hooks: - id: markdownlint name: Run markdownlint @@ -58,7 +58,7 @@ repos: types: [markdown] files: \.(md|mdown|markdown)$ - repo: https://github.com/adrienverge/yamllint - rev: v1.29.0 + rev: v1.31.0 hooks: - id: yamllint name: Run yamllint