Pre-commit and Makefile improvements #68

Merged
fyrchik merged 6 commits from fyrchik/frostfs-api-go:gitlint into master 2024-09-04 19:51:16 +00:00
2 changed files with 0 additions and 16 deletions
Showing only changes of commit f69ad7ade0 - Show all commits

View file

@ -1,10 +0,0 @@
[general]
fail-without-commits=true
contrib=CC1
[title-match-regex]
regex=^\[\#[0-9Xx]+\]\s
[ignore-by-title]
regex=^Release(.*)
ignore=title-match-regex

View file

@ -22,9 +22,3 @@ repos:
rev: v1.51.2
hooks:
- id: golangci-lint
- repo: https://github.com/jorisroovers/gitlint
rev: v0.18.0
hooks:
- id: gitlint
stages: [commit-msg]