We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83cd7b4 commit 616ea43Copy full SHA for 616ea43
2 files changed
.github/sync-files.yaml
@@ -26,6 +26,10 @@
26
{source}
27
- source: .markdownlint.yaml
28
- source: .pre-commit-config.yaml
29
+ pre-commands: |
30
+ sd -f s \
31
+ ' - repo: https://github.com/autowarefoundation/autoware-guideline-check\n(.|\n)*?\n - repo: ' \
32
+ ' - repo: ' {source}
33
- source: .pre-commit-config-optional.yaml
34
- source: .prettierignore
35
- source: .prettierrc.yaml
.pre-commit-config.yaml
@@ -41,11 +41,6 @@ repos:
41
hooks:
42
- id: yamllint
43
44
- - repo: https://github.com/autowarefoundation/autoware-guideline-check
45
- rev: 0.2.0
46
- hooks:
47
- - id: check-package-depends
48
-
49
- repo: https://github.com/tier4/pre-commit-hooks-ros
50
rev: v0.10.0
51
0 commit comments