Skip to content

Commit

Permalink
75: disable prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
denisa committed Aug 20, 2024
1 parent 353d174 commit 73796d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/super-linter.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 73796d7

Please sign in to comment.