Skip to content

Commit ab20b92

Browse files
committed
add dockerfile lint
1 parent c28745c commit ab20b92

File tree

2 files changed

+7
-40
lines changed

2 files changed

+7
-40
lines changed

.gitignore copy

Lines changed: 0 additions & 40 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,10 @@ repos:
152152
language: system
153153
types: [text]
154154
files: \.(xacro|urdf|sdf|xml|launch)$
155+
156+
157+
- repo: https://github.com/turo/pre-commit-hooks
158+
rev: v3.5.0 # You may version pin this if desired
159+
hooks:
160+
- id: docker-lint
161+
- id: docker-compose-lint

0 commit comments

Comments
 (0)