[#200] pre-commit: Fix linter invocation target

Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
Alexander Chuprov 2024-01-17 17:42:01 +03:00
parent 56debcfa56
commit 110b7e4170

View file

@ -18,10 +18,13 @@ repos:
- id: end-of-file-fixer
exclude: "(.key|.interp|.tokens)$"
- repo: https://github.com/golangci/golangci-lint
rev: v1.51.2
- repo: local
hooks:
- id: golangci-lint
- id: make-lint
name: Run Make Lint
entry: make lint
language: system
pass_filenames: false
- repo: https://github.com/jorisroovers/gitlint
rev: v0.18.0