We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c28745c commit ab20b92Copy full SHA for ab20b92
.gitignore copy
.pre-commit-config.yaml
@@ -152,3 +152,10 @@ repos:
152
language: system
153
types: [text]
154
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