-
-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
EnhancementNew feature or requestNew feature or requestGood First IssueGood for newcomersGood for newcomersHelp WantedExtra attention is neededExtra attention is neededQuestionFurther information is requestedFurther information is requestedhacktoberfesttests
Description
With pre-commit
we run:
- clang-format
- hadolint-docker
- shellcheck
That means we require both clang-format
and the docker
executable to be pre-installed to be able to run:
pre-commit run --all-files
successfully.
We also need to install pre-commit
itself and I am thinking we should do this with pip
and create a Make target.
That means Python itself is required too.
Which leads to a full Docker container perhaps
Are there any other requirements ?
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or requestNew feature or requestGood First IssueGood for newcomersGood for newcomersHelp WantedExtra attention is neededExtra attention is neededQuestionFurther information is requestedFurther information is requestedhacktoberfesttests