Skip to content

Commit bbd54cc

Browse files
chore: migrate cspell config to .cspellrc.json and update megalinter config
1 parent 5556103 commit bbd54cc

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

.mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DISABLE_LINTERS:
77
- REPOSITORY_GRYPE
88
- REPOSITORY_TRUFFLEHOG
99
- ACTION_ACTIONLINT # Disable action lint, since it is covered by check-jsonschema in pre-commit
10-
SPELL_CSPELL_CONFIG_FILE: .cspell.json
10+
SPELL_CSPELL_CONFIG_FILE: .cspellrc.json
1111
# Exclude Github Actions from CSpell checking
1212
# This is covered by the Github Actions Schema pre-commit hook
1313
SPELL_CSPELL_FILTER_REGEX_EXCLUDE: (^\.github\/workflows\/.*yml$|\.mega-linter\.yml)

0 commit comments

Comments
 (0)