Skip to content

Commit 156190e

Browse files
chore: update DCLint to v2.2.2
1 parent 78ad7c6 commit 156190e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-hooks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
description: Validate and enforce best practices in Docker Compose files.
44
entry: dclint
55
language: node
6-
additional_dependencies: [ "[email protected].1" ]
6+
additional_dependencies: [ "[email protected].2" ]
77
types: [ yaml ]
88
files: ^(docker-)?compose\.ya?ml$
99
- id: dclint-docker
1010
name: DCLint via Docker
1111
description: Validate and enforce best practices in Docker Compose files.
1212
language: docker_image
13-
entry: zavoloklom/dclint:2.2.1
13+
entry: zavoloklom/dclint:2.2.2
1414
types: [ yaml ]
1515
files: ^(docker-)?compose\.ya?ml$

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add the following to your `.pre-commit-config.yaml`:
1515
```yaml
1616
repos:
1717
- repo: https://github.com/docker-compose-linter/pre-commit-dclint
18-
rev: v2.2.1 # Matches the dclint version, use the sha or tag you want to point at
18+
rev: v2.2.2 # Matches the dclint version, use the sha or tag you want to point at
1919
hooks:
2020
- id: dclint
2121
# Optional: regex override for compose files
@@ -31,7 +31,7 @@ If you prefer not to install Node.js, you can run dclint via Docker:
3131
```yaml
3232
repos:
3333
- repo: https://github.com/docker-compose-linter/pre-commit-dclint
34-
rev: v2.2.1 # Matches the dclint version, use the sha or tag you want to point at
34+
rev: v2.2.2 # Matches the dclint version, use the sha or tag you want to point at
3535
hooks:
3636
- id: dclint-docker
3737
# Optional: regex override for compose files

0 commit comments

Comments
 (0)