We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf2859 commit 3381112Copy full SHA for 3381112
.github/workflows/super-linter.yml
@@ -64,5 +64,7 @@ jobs:
64
VALIDATE_ALL_CODEBASE: true
65
LINTER_RULES_PATH: .
66
DEFAULT_BRANCH: main
67
+ ENFORCE_COMMITLINT_CONFIGURATION_CHECK: true
68
+ ENABLE_COMMITLINT_STRICT_MODE: true
69
FILTER_REGEX_EXCLUDE: "(gradlew|gradlew\\.bat|gradle/.*|mvnw|mvnw\\.cmd|\\.m2/.*|\\.mvn/.*)$"
70
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
commitlint.config.js
@@ -0,0 +1 @@
1
+export default { extends: ["@commitlint/config-conventional"] };
0 commit comments