Skip to content

Commit

Permalink
Optimised images with calibre/image-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ömer Faruk APLAK committed Jun 9, 2022
1 parent f00cc37 commit 02c5f82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
extends: ["@commitlint/config-conventional"],
ignores: [
(commit) => commit === "Optimised images with calibre/image-actions",
(commit) =>
commit.includes("Optimised images with calibre/image-actions"),
],
};

0 comments on commit 02c5f82

Please sign in to comment.