mirror of
https://github.com/ivuorinen/.github.git
synced 2026-01-26 11:23:57 +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
|
||||
# Tooling configuration
|
||||
REPOSITORY_KICS_DISABLE_ERRORS: true # Show errors as warnings in KICS
|
||||
SPELL_CSPELL_DISABLE_ERRORS: true
|
||||
# Linters that are run, but not reported on
|
||||
DISABLE_ERRORS_LINTERS: REPOSITORY_DEVSKIM
|
||||
# List of linters to disable. These are not typical in my repos,
|
||||
# except for spelling errors and copypasta. I'm handling those
|
||||
# with other tools.
|
||||
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:
|
||||
group: ${{ github.ref }}-${{ github.workflow }}
|
||||
|
||||
Reference in New Issue
Block a user