Hello, I am a robot. #1

Closed
fyrchik wants to merge 70 commits from test-2144074865 into master
2 changed files with 10 additions and 1 deletions
Showing only changes of commit d857ffeb2e - Show all commits

View file

@ -4,7 +4,7 @@ regex-style-search=True
contrib=CC1
[title-match-regex]
regex=^\[\#[0-9X]+\]\s
regex=^\[\#[0-9Xx]+\]\s
[ignore-by-title]
regex=^Release(.*)

View file

@ -34,3 +34,12 @@ repos:
rev: v1.51.2
hooks:
- id: golangci-lint
- repo: local
hooks:
- id: go-unit-tests
name: go unit tests
entry: make test
pass_filenames: false
types: [go]
language: system