Skip to content

Commit 056a78c

Browse files
committed
ci: remove hadolint ^^
1 parent 5985519 commit 056a78c

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

.github/workflows/hadolint.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

commitlint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const scope = [
1111
module.exports = {
1212
extends: ["@commitlint/config-angular"],
1313
rules: {
14-
"body-empty": [2, "never", true],
14+
"body-empty": [2, "never", false],
1515
"scope-enum": [2, "always", scope],
1616
},
1717
};

0 commit comments

Comments
 (0)