Skip to content

[docs] Fix Husky setup instructions #428

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 3, 2018
Merged

[docs] Fix Husky setup instructions #428

merged 1 commit into from
Sep 3, 2018

Conversation

hassankhan
Copy link
Contributor

@hassankhan hassankhan commented Sep 1, 2018

Description

Fixes #366

Motivation and Context

#366

Usage examples

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Copy link
Contributor

@marionebl marionebl left a comment

Choose a reason for hiding this comment

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

Thanks!

@marionebl marionebl merged commit 130a6de into conventional-changelog:master Sep 3, 2018
@@ -48,12 +48,13 @@ echo "module.exports = {extends: ['@commitlint/config-conventional']}" > commitl
```


To lint commits before they are created you can use the 'commitmsg' hook as described [here](https://github.com/typicode/husky/blob/master/HOOKS.md#hooks)

To lint commits before they are created you can use Husky's 'commit-msg' hook:
Copy link
Member

Choose a reason for hiding this comment

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

Why removing the link to https://github.com/typicode/husky/blob/master/HOOKS.md#hooks ?

And:

[...] you can use Husky's 'commit-msg' hook

In the code it's commitmsg not commit-msg. That might be confusing.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed in #429

@hassankhan hassankhan deleted the patch-1 branch September 3, 2018 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Husky@next change its GIT_PARAMS to HUSKY_GIT_PARAMS
3 participants