authelia/docs/contributing
Amir Zarrinkafsh cc765115b2
ci: add husky with pre-commit and commit-msg hooks (#2352)
* ci: add husky with pre-commit and commit-msg hooks

This change includes two new hooks as part of our GitHub workflow with husky:

* `pre-commit`: Performs linting with golangci-lint and eslint/prettier
* `commit-msg`: Ensures that the commit messages conform to our guidelines and will error and provide context to a user when they do not.

The `prepare` command which has been included is executed each time a `yarn install` is executed.

* ci: extend @commitlint/config-conventional configuration

* fix: lint all dot js files
2021-09-09 12:22:11 +10:00
..
authelia-scripts.md docs: refactor several areas of documentation (#1726) 2021-04-11 21:25:03 +10:00
build-and-dev.md docs: refactor several areas of documentation (#1726) 2021-04-11 21:25:03 +10:00
commitmsg-guidelines.md ci: add husky with pre-commit and commit-msg hooks (#2352) 2021-09-09 12:22:11 +10:00
index.md docs: refactor several areas of documentation (#1726) 2021-04-11 21:25:03 +10:00
style-guide.md docs: update style guidelines (#2172) 2021-07-30 14:17:44 +10:00
suites.md docs: refactor several areas of documentation (#1726) 2021-04-11 21:25:03 +10:00