Skip to content

Commitlint and husky #102

Merged
merged 4 commits into from
Dec 17, 2019
Merged

Commitlint and husky #102

merged 4 commits into from
Dec 17, 2019

Conversation

exoriri
Copy link
Contributor

@exoriri exoriri commented Dec 16, 2019

Добавил commitlint and husky

@exoriri exoriri requested a review from aweppc December 16, 2019 16:47
@@ -59,5 +60,10 @@
"release-minor": "npm version minor -m 'chore(*): minor version'",
"release-major": "npm version major -m 'chore(*): major version'",
"version": "git fetch --tags && npm run changelog && git add CHANGELOG.md"
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@exoriri посмотри плиз комменты в arui-scripts. Замечания - нужно использовать arui-presets-lint

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Поправил

},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

нет хука который запкстит тесты на коммите

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

добавил

@stepancar stepancar merged commit 4d3adf0 into master Dec 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants