Skip to content

Commit 71ba6f4

Browse files
committed
feat(MegaLinter): Upgrade from v5.16.1 to v6.10.0
Replace MegaLinter v5 hooks with v6 hooks. Remove "proxyd" from custom dictionary; it was added to the Bash dictionary upstream.
1 parent cef3ee4 commit 71ba6f4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.dictionary.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
Laven
2-
proxyd
32
setuptools

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# MegaLinter
2-
report
2+
megalinter-reports
33

44
# Poetry
55
.venv

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ repos:
1717

1818
## Python, Polyglot, Git, pre-commit
1919
- repo: https://github.com/ScribeMD/pre-commit-hooks
20-
rev: 0.8.0
20+
rev: 0.13.0
2121
hooks:
2222
- id: no-merge-commits
2323
- id: asdf-install
2424
- id: poetry-check
2525
- id: poetry-lock
2626
- id: poetry-install
2727
- id: pre-commit-install
28-
- id: megalinter
29-
args: &megalinter-args [--flavor, documentation, --release, v5.16.1]
30-
- id: megalinter-all
28+
- id: megalinter-incremental
29+
args: &megalinter-args [--flavor, documentation, --release, v6.10.0]
30+
- id: megalinter-full
3131
args: *megalinter-args
3232

3333
## Markdown

cspell.config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dictionaryDefinitions:
77
- name: custom
88
path: .dictionary.txt
99
dictionaries:
10+
- bash
1011
- custom
1112
- fullstack
1213
- npm

0 commit comments

Comments
 (0)