Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Nlhmmh committed Feb 21, 2024
1 parent 666306c commit bf48866
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ run:
- database
- load_testing
- swagger
allow-parallel-runners: false
allow-serial-runners: true
print-resources-usage: true
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ repos:
- id: lint
name: lint
language: system
entry: sh ./tools/lint.sh
entry: make lint
stages: [commit]

0 comments on commit bf48866

Please sign in to comment.