Skip to content

Commit

Permalink
dockerfile lint remove (temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Jun 28, 2024
1 parent 6aa3b71 commit a65a39c
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,14 @@ repos:
- "--overwrite"
files: '\.(xacro|urdf|sdf|xml|launch|world)$'

- repo: https://github.com/turo/pre-commit-hooks
rev: v4.0.0 # You may version pin this if desired
hooks:
- id: docker-lint
files: \.dockerfile
- id: docker-compose-lint
# Not using dockerfile lint for now

Check warning on line 176 in .pre-commit-config.yaml

View workflow job for this annotation

GitHub Actions / Run Linters for Code Format Check

176:3 [comments-indentation] comment not indented like content
# - repo: https://github.com/pryorda/dockerfilelint-precommit-hooks
# rev: v0.1.0
# hooks:
# - id: dockerfilelint
# files: \.dockerfile
# - repo: https://github.com/hadolint/hadolint
# rev: v2.12.0 # Use the revision rev you want to point at
# hooks:
# - id: hadolint
# files: \*.dockerfile

Check failure on line 186 in .pre-commit-config.yaml

View workflow job for this annotation

GitHub Actions / Run Linters for Code Format Check

186:31 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit a65a39c

Please sign in to comment.