File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ default_install_hook_types :
3
+ - pre-commit
4
+ - commit-msg
5
+ repos :
6
+ - repo : https://github.com/alessandrojcm/commitlint-pre-commit-hook
7
+ rev : v9.4.0
8
+ hooks :
9
+ - id : commitlint
10
+ stages : [commit-msg]
11
+ additional_dependencies : ["@commitlint/config-angular"]
12
+ args : ["--config", "./commitlint.config.js"]
Original file line number Diff line number Diff line change 1
1
# modelix.core
2
+
2
3
All the Modelix components that don't have a dependency on JetBrains MPS
4
+
5
+ ## Development
6
+
7
+ ### Commit convention
8
+
9
+ This project uses [ conventional commits 1.0.0] ( https://www.conventionalcommits.org/en/v1.0.0/ ) as the convention for Git commits.
10
+
11
+ ### pre-commit
12
+
13
+ This project uses [ pre-commit] ( https://pre-commit.com/ ) to validate that new commits follow intended conventions.
14
+ To enable pre-commit hooks, you have to run the following command initially after cloning the repository:
15
+
16
+ ``` console
17
+ $ pre-commit install
18
+ pre-commit installed at .git/hooks/pre-commit
19
+ ```
You can’t perform that action at this time.
0 commit comments