Skip to content

Commit 7be561d

Browse files
committed
fix
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent cae8c03 commit 7be561d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/super-linter.env

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
FILTER_REGEX_EXCLUDE=mvnw|src/main/generated/.*|docs/themes/.*|keystore.pkcs12|.*.java|prometheus-metrics-exporter-opentelemetry-shaded/pom.xml|CODE_OF_CONDUCT.md
22
IGNORE_GITIGNORED_FILES=true
33
JAVA_FILE_NAME=google_checks.xml
4+
# conflicts with prettier
5+
VALIDATE_BIOME_FORMAT=false
6+
# conflicts with prettier
7+
VALIDATE_BIOME_LINT=false
48
# disable kubernetes linter - complains about resource limits, etc
59
VALIDATE_CHECKOV=false
610
VALIDATE_CSS=false
@@ -17,6 +21,8 @@ VALIDATE_JAVA=false
1721
# we have many duplicate code in our codebase for demo purposes
1822
VALIDATE_JSCPD=false
1923
VALIDATE_PYTHON_PYLINT=false
24+
# conflicts with black
25+
VALIDATE_PYTHON_RUFF_FORMAT=false
2026
# excluding simpleclient-archive doesn't seem to work
2127
VALIDATE_TRIVY=false
2228

0 commit comments

Comments
 (0)