File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -58,15 +58,14 @@ super-linter:
5858 - " " # Entrypoint is overridden by GitLab anyway
5959 stage : check
6060 variables :
61+ BIOME_CONFIG_PATH : .biome.json
62+ ENFORCE_COMMITLINT_CONFIGURATION_CHECK : " true"
63+ FILTER_REGEX_EXCLUDE : " ^/tmp/lint/(gradlew|gradlew\\ .bat|gradle/.*|mvnw|mvnw\\ .cmd|\\ .m2/.*|\\ .mvn/.*)$"
64+ JAVA_FILE_NAME : google_checks.xml
65+ LINTER_RULES_PATH : " ."
6166 RUN_LOCAL : " true"
62- DEFAULT_BRANCH : " main"
6367 USE_FIND_ALGORITHM : " true"
6468 VALIDATE_ALL_CODEBASE : " true"
65- LINTER_RULES_PATH : " ."
66- FILTER_REGEX_EXCLUDE : " ^/tmp/lint/(gradlew|gradlew\\ .bat|gradle/.*|mvnw|mvnw\\ .cmd|\\ .m2/.*|\\ .mvn/.*)$"
67- JAVA_FILE_NAME : google_checks.xml
68- BIOME_CONFIG_PATH : .biome.json
69- ENFORCE_COMMITLINT_CONFIGURATION_CHECK : " true"
7069 before_script :
7170 - ' ln -s "$(pwd)" /tmp/lint'
7271 script :
You can’t perform that action at this time.
0 commit comments