File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 11FILTER_REGEX_EXCLUDE = mvnw|src/main/generated/.*|docs/themes/.*|keystore.pkcs12|.*.java|prometheus-metrics-exporter-opentelemetry-shaded/pom.xml|CODE_OF_CONDUCT.md
22IGNORE_GITIGNORED_FILES = true
33JAVA_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
59VALIDATE_CHECKOV = false
610VALIDATE_CSS = false
@@ -17,6 +21,8 @@ VALIDATE_JAVA=false
1721# we have many duplicate code in our codebase for demo purposes
1822VALIDATE_JSCPD = false
1923VALIDATE_PYTHON_PYLINT = false
24+ # conflicts with black
25+ VALIDATE_PYTHON_RUFF_FORMAT = false
2026# excluding simpleclient-archive doesn't seem to work
2127VALIDATE_TRIVY = false
2228
You can’t perform that action at this time.
0 commit comments