Skip to content

Commit

Permalink
disable some checks
Browse files Browse the repository at this point in the history
some of these megalinter checks should never be enabled by default
  • Loading branch information
iggy committed Sep 25, 2023
1 parent 2b37415 commit 287234c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .checkov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ skip-check:
- CKV_OPENAPI_3
- CKV_OPENAPI_4
- CKV_OPENAPI_5
- CKV_OPENAPI_21
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
VALIDATE_ALL_CODEBASE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DISABLE_LINTERS: SPELL_CSPELL
DISABLE_ERRORS_LINTERS: SPELL_LYCHEE
GO_GOLANGCI_LINT_CLI_LINT_MODE: project
GO_REVIVE_CLI_LINT_MODE: project

0 comments on commit 287234c

Please sign in to comment.