diff --git a/.github/super-linter.env b/.github/super-linter.env index 2e40c32..25ba7be 100644 --- a/.github/super-linter.env +++ b/.github/super-linter.env @@ -4,3 +4,6 @@ LOG_LEVEL=WARN MARKDOWN_CONFIG_FILE=markdown-lint.yaml SUPPRESS_POSSUM=true VALIDATE_JSCPD=false +VALIDATE_JSON_PRETTIER=false +VALIDATE_MARKDOWN_PRETTIER=false +VALIDATE_YAML_PRETTIER=false diff --git a/Makefile b/Makefile index 4848884..7c77742 100644 --- a/Makefile +++ b/Makefile @@ -21,10 +21,13 @@ shellcheck: superlinter: docker run --rm \ + --platform linux/amd64 \ + --rm \ -e RUN_LOCAL=true \ + -e SHELL=/bin/bash \ --env-file ".github/super-linter.env" \ -w /tmp/lint -v "$$PWD":/tmp/lint \ - github/super-linter:v5 + ghcr.io/super-linter/super-linter:v7 .PHONY: versions versions: