Skip to content

Commit e3c3abc

Browse files
committed
Disable a bunch of linters for now. We can attack more later.
1 parent 93570f9 commit e3c3abc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/on_pr_lint.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ jobs:
3434
uses: oxsecurity/megalinter/flavors/cupcake@v8.5.0
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37-
DISABLE_LINTERS: "COPYPASTE_JSCPD.REPOSITORY_CHECKOV,REPOSITORY_TRIVY,REPOSITORY_KICS"
37+
# We'll turn them on again later, but turn a number off for now.
38+
# Priority will be given to security, github actions, JS and MD. Then CSS, then secondary other files.
39+
DISABLE_LINTERS: "COPYPASTE_JSCPD,DOCKERFILE_HADOLINT,REPOSITORY_CHECKOV,REPOSITORY_TRIVY,REPOSITORY_KICS, C_CPPLINT, CPP_CPPLINT, CSS_STYLELINT,HTML_HTMLHINT,JSON_JSONLINT,JSON_PRETTIER,JAVASCRIPT_STANDARD,MARKDOWN_MARKDOWN_TABLE_FORMATTER,MARKDOWN_MARKDOWNLINT,YAML_PRETTIER,YAML_YAMLLINT,PYTHON_ISORT,PYTHON_RUFF,SPELL_CSPELL"

0 commit comments

Comments
 (0)