Skip to content

Pre-commit lint check

Allard Oelen requested to merge bug/fix-lint-errors into master

To have more code consistency there is now a lint pre-commit check. Committing is not possible when there are lint errors (fix is run automatically).

For committing without the check, use the following option (mainly for WIP): -n (or --no-verify)

Merge request reports