-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
devopsTo do with devops (test, CI/CD, gitops etc)To do with devops (test, CI/CD, gitops etc)good first issueGood for newcomersGood for newcomers
Description
Add one or more of:
- cpplint
- clang-check
- cppcheck
From https://gitlab.com/daverona/pre-commit-cpp to the pre-commit hooks that get invoked.
Since some windows users are getting involved (#6) make sure line endings etc are always consistent (although it's less of an issue nowadays with IDEs being sensible) using:
- remove-crlf - Replace CRLF end-lines by LF ones before committing
- remove-tabs - Replace tabs by whitespaces before committing
Metadata
Metadata
Assignees
Labels
devopsTo do with devops (test, CI/CD, gitops etc)To do with devops (test, CI/CD, gitops etc)good first issueGood for newcomersGood for newcomers