Skip to content

🧪 Current pre-commit requirements and enhancements 🧪  #495

Open
@jbampton

Description

@jbampton

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions