Skip to content

Pin pre-commit hooks#1114

Open
StevenMaude wants to merge 1 commit into
mainfrom
steve/pin-pre-commit-hooks
Open

Pin pre-commit hooks#1114
StevenMaude wants to merge 1 commit into
mainfrom
steve/pin-pre-commit-hooks

Conversation

@StevenMaude
Copy link
Copy Markdown
Contributor

And remove the hadolint hook.

It was from:

stratasan/hadolint-pre-commit@cdefcb0

which was simply:

- id: hadolint
  name: Hadolint
  description: Haskell-based Docker image linter
  language: docker_image
  types:
  - dockerfile
  entry: --entrypoint /bin/hadolint hadolint/hadolint:latest --ignore DL3013 --ignore DL3018 --ignore DL3008 -

This is a local version of the same hook, but without the ignores. The ignores weren't needed, so we should remove them. (And we should really ignore rules in the Dockerfile as we do already.)

And remove the hadolint hook.

It was from:

stratasan/hadolint-pre-commit@cdefcb0

which was simply:

```
- id: hadolint
  name: Hadolint
  description: Haskell-based Docker image linter
  language: docker_image
  types:
  - dockerfile
  entry: --entrypoint /bin/hadolint hadolint/hadolint:latest --ignore DL3013 --ignore DL3018 --ignore DL3008 -
```

This is a local version of the same hook, but without the ignores. The ignores weren't needed, so we should remove them. (And we should really ignore rules in the Dockerfile as we do already.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant