Make pre-commit great again #200

Merged
fyrchik merged 1 commit from achuprov/frostfs-sdk-go:bugfix/pre-commit into master 2024-01-19 11:30:38 +00:00

View file

@ -18,10 +18,13 @@ repos:
- id: end-of-file-fixer - id: end-of-file-fixer
exclude: "(.key|.interp|.tokens)$" exclude: "(.key|.interp|.tokens)$"
- repo: https://github.com/golangci/golangci-lint - repo: local
rev: v1.51.2
hooks: 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 - repo: https://github.com/jorisroovers/gitlint
rev: v0.18.0 rev: v0.18.0