We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88258d6 commit 815ee5fCopy full SHA for 815ee5f
.github/workflows/megalinter.yml
@@ -53,6 +53,8 @@ jobs:
53
VALIDATE_ALL_CODEBASE: false
54
DEFAULT_BRANCH: main
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
+ DISABLE_LINTERS: SPELL_CSPELL
57
+ # SPELL_MISSPELL_FILTER_REGEX_EXCLUDE: '(\.yml)'
58
59
# Upload Mega-Linter artifacts. They will be available on Github action page "Artifacts" section
60
- name: Archive production artifacts
0 commit comments