Skip to content

Commit 616ea43

Browse files
committed
remove guideline check
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent 83cd7b4 commit 616ea43

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/sync-files.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
{source}
2727
- source: .markdownlint.yaml
2828
- 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}
2933
- source: .pre-commit-config-optional.yaml
3034
- source: .prettierignore
3135
- source: .prettierrc.yaml

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ repos:
4141
hooks:
4242
- id: yamllint
4343

44-
- repo: https://github.com/autowarefoundation/autoware-guideline-check
45-
rev: 0.2.0
46-
hooks:
47-
- id: check-package-depends
48-
4944
- repo: https://github.com/tier4/pre-commit-hooks-ros
5045
rev: v0.10.0
5146
hooks:

0 commit comments

Comments
 (0)