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
2 changed files with 0 additions and 16 deletions
Showing only changes of commit 7212f38115 - 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

@ -25,9 +25,3 @@ repos:
entry: make lint
language: system
pass_filenames: false
- repo: https://github.com/jorisroovers/gitlint
rev: v0.18.0
hooks:
- id: gitlint
stages: [commit-msg]