Add information about the linting pre-commit to the contributions guideline

This commit is contained in:
Oliver Jägle 2024-11-22 18:02:21 +01:00
parent b0eab230b5
commit 17d0902d2a
No known key found for this signature in database
GPG Key ID: 866E2BD1777473E9

View File

@ -56,6 +56,8 @@ We're looking for dedicated contributors to help maintain and grow this project.
- Comment complex logic
- Keep functions focused and small
- Use meaningful variable names
- Lint your code. This repo contains a pre-commit-hook that will verify your code is linted properly,
so set up your IDE to do that for you!
## Development Setup