зеркало из
https://github.com/rs-pro/activeadmin-quill_editor.git
synced 2026-08-28 15:36:17 +03:00
chore: add Overcommit config
Этот коммит содержится в:
13
.overcommit.yml
Обычный файл
13
.overcommit.yml
Обычный файл
@@ -0,0 +1,13 @@
|
|||||||
|
CommitMsg:
|
||||||
|
CapitalizedSubject:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
MessageFormat:
|
||||||
|
enabled: true
|
||||||
|
pattern: "^(fixup! ){0,1}(fix|feat|build|chore|ci|docs|style|refactor|perf|test)[!]{0,1}: .+$"
|
||||||
|
expected_pattern_message: "<Commit type>: <Commit Message>"
|
||||||
|
sample_message: "chore: add Overcommit config"
|
||||||
|
|
||||||
|
TextWidth:
|
||||||
|
enabled: true
|
||||||
|
max_subject_width: 72
|
||||||
@@ -1,5 +1,7 @@
|
|||||||
# Development
|
# Development
|
||||||
|
|
||||||
|
Overcommit can be used to ensure that Conventional commits are good.
|
||||||
|
|
||||||
## Releases
|
## Releases
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user