mirror of
https://github.com/ivuorinen/.github.git
synced 2026-02-20 09:49:38 +00:00
chore(ci): turn spelling errors to warnings
This commit is contained in:
3
.github/workflows/pr-lint.yml
vendored
3
.github/workflows/pr-lint.yml
vendored
@@ -30,13 +30,14 @@ env:
|
|||||||
SHOW_SKIPPED_LINTERS: false # Show skipped linters in MegaLinter log
|
SHOW_SKIPPED_LINTERS: false # Show skipped linters in MegaLinter log
|
||||||
# Tooling configuration
|
# Tooling configuration
|
||||||
REPOSITORY_KICS_DISABLE_ERRORS: true # Show errors as warnings in KICS
|
REPOSITORY_KICS_DISABLE_ERRORS: true # Show errors as warnings in KICS
|
||||||
|
SPELL_CSPELL_DISABLE_ERRORS: true
|
||||||
# Linters that are run, but not reported on
|
# Linters that are run, but not reported on
|
||||||
DISABLE_ERRORS_LINTERS: REPOSITORY_DEVSKIM
|
DISABLE_ERRORS_LINTERS: REPOSITORY_DEVSKIM
|
||||||
# List of linters to disable. These are not typical in my repos,
|
# List of linters to disable. These are not typical in my repos,
|
||||||
# except for spelling errors and copypasta. I'm handling those
|
# except for spelling errors and copypasta. I'm handling those
|
||||||
# with other tools.
|
# with other tools.
|
||||||
DISABLE: ARM, C, CLOJURE, COFFEE, COPYPASTE, DART, GROOVY, JAVA, KOTLIN, R, SALESFORCE, SCALA, SNAKEMAKE, SPELL, SWIFT, TEKTON, VBDOTNET
|
DISABLE: ARM, C, CLOJURE, COFFEE, COPYPASTE, DART, GROOVY, JAVA, KOTLIN, R, SALESFORCE, SCALA, SNAKEMAKE, SPELL, SWIFT, TEKTON, VBDOTNET
|
||||||
DISABLE_LINTERS: REPOSITORY_DEVSKIM
|
DISABLE_LINTERS: REPOSITORY_DEVSKIM, SPELL_CSPELL
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.ref }}-${{ github.workflow }}
|
group: ${{ github.ref }}-${{ github.workflow }}
|
||||||
|
|||||||
Reference in New Issue
Block a user