Skip to content

Commit

Permalink
add dockerfile lint
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed May 31, 2024
1 parent c28745c commit ab20b92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 40 deletions.
40 changes: 0 additions & 40 deletions .gitignore copy

This file was deleted.

7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,10 @@ repos:
language: system
types: [text]
files: \.(xacro|urdf|sdf|xml|launch)$


- repo: https://github.com/turo/pre-commit-hooks
rev: v3.5.0 # You may version pin this if desired
hooks:
- id: docker-lint
- id: docker-compose-lint

0 comments on commit ab20b92

Please sign in to comment.