Skip to content

Commit

Permalink
chore(commitlint): add config nwefwefdd config nwefwefdd config nwefw…
Browse files Browse the repository at this point in the history
…efdd config nwefwefdd config nwefwefdd config nwefwefdd config nwefwefdd config nwefwefdd config nwefwefdd config nwefwefdd config nwefwefdd config nwefwefdd config nwefwefdd config nwefwef
  • Loading branch information
skamril committed Mar 26, 2024
1 parent 54077d1 commit 63fa6f1
Show file tree
Hide file tree
Showing 4 changed files with 1,470 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ share/python-wheels/
.installed.cfg
*.egg
MANIFEST
node_modules

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down
13 changes: 13 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// Config used by 'commitlint' GitHub action

const DISABLE = 0;
const WARNING = 1;
const ERROR = 2;


export default {
extends: ["@commitlint/config-conventional"],
rules: {
"header-max-length": [ERROR, "always", 150],
},
};
Loading

0 comments on commit 63fa6f1

Please sign in to comment.