Skip to content

Commit

Permalink
chore: Run Linters as pre commit check (#3087)
Browse files Browse the repository at this point in the history
Run make lint as a pre-commit check.
  • Loading branch information
philipphofmann authored Jun 6, 2023
1 parent 29e1264 commit 31ac438
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ repos:
args:
- "format-swift"

- id: lint
name: Run Linters
entry: make
language: system
types_or: ["swift", "objective-c", "objective-c++", "c", "c++" ]
args:
- "lint"

- id: no-changes-in-high-risk-files
name: No Changes in High Risk Files
entry: make
Expand Down

0 comments on commit 31ac438

Please sign in to comment.