Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Mar 30, 2024
1 parent c8d634a commit 12fc8a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ ANSIBLE_DIRECTORY: .
ANSIBLE_ANSIBLE_LINT_ARGUMENTS: --force-color

REPOSITORY_CHECKOV_ARGUMENTS: --skip-check CKV_ANSIBLE_1,CKV_ANSIBLE_2,CKV_ANSIBLE_3,CKV2_ANSIBLE_1,CKV2_ANSIBLE_2
RST_RST_LINT_PRE_COMMANDS: ["pip3 install Pygments"]
RST_RST_LINT_PRE_COMMANDS:
- command: pip3 install Pygments
cwd: root
DOCKERFILE_HADOLINT_FILE_NAMES_REGEX: ["Dockerfile.+"]
DISABLE_LINTERS:
- SPELL_CSPELL
Expand Down

0 comments on commit 12fc8a5

Please sign in to comment.