Pre-commit and makefile fixes #209

Merged
fyrchik merged 4 commits from fyrchik/frostfs-sdk-go:pre-commit into master 2024-09-04 19:51:15 +00:00
Showing only changes of commit edd40474e8 - Show all commits

View file

@ -18,6 +18,15 @@ repos:
- id: end-of-file-fixer
exclude: "(.key|.interp|.tokens)$"
- repo: local
hooks:
- id: go-unit-tests
name: go unit tests
entry: make test GOFLAGS=''
pass_filenames: false
types: [go]
language: system
- repo: local
hooks:
- id: make-lint