Skip to content

Commit

Permalink
ci: remove hadolint ^^
Browse files Browse the repository at this point in the history
  • Loading branch information
Kl0ven committed Jan 11, 2023
1 parent 93b9dc8 commit a472518
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/hadolint.yml

This file was deleted.

2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const scope = [
module.exports = {
extends: ["@commitlint/config-angular"],
rules: {
"body-empty": [2, "never", true],
"body-empty": [2, "never", false],
"scope-enum": [2, "always", scope],
},
};

0 comments on commit a472518

Please sign in to comment.