File tree 3 files changed +619
-165
lines changed
3 files changed +619
-165
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ default_stages: [commit]
3
3
exclude : ^tests/data/
4
4
repos :
5
5
- repo : https://github.com/alessandrojcm/commitlint-pre-commit-hook
6
- rev : v3 .0.0
6
+ rev : v5 .0.0
7
7
hooks :
8
8
- id : commitlint
9
9
stages : [commit-msg]
10
10
additional_dependencies : ["@commitlint/config-conventional"]
11
11
- repo : https://github.com/pre-commit/pre-commit-hooks
12
- rev : v3.3.0
12
+ rev : v4.0.1
13
13
hooks :
14
14
- id : check-json
15
15
- id : check-merge-conflict
@@ -18,22 +18,22 @@ repos:
18
18
- id : end-of-file-fixer
19
19
- id : trailing-whitespace
20
20
- repo : https://github.com/thlorenz/doctoc
21
- rev : v2.0.0
21
+ rev : v2.0.1
22
22
hooks :
23
23
- id : doctoc
24
24
args : [--notitle]
25
25
exclude : ^(SUPPORT|\.github/ISSUE_TEMPLATE/)
26
26
- repo : https://github.com/igorshubovych/markdownlint-cli
27
- rev : v0.25.0
27
+ rev : v0.27.1
28
28
hooks :
29
29
- id : markdownlint
30
30
exclude : >-
31
31
^(docs/arch/adr-template\.md|\.github/ISSUE_TEMPLATE/|\.stentor\.d/)
32
32
- repo : https://github.com/adrienverge/yamllint
33
- rev : v1.25.0
33
+ rev : v1.26.1
34
34
hooks :
35
35
- id : yamllint
36
36
- repo : https://github.com/golangci/golangci-lint
37
- rev : v1.33.0
37
+ rev : v1.41.1
38
38
hooks :
39
39
- id : golangci-lint
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/AlekSi/gocov-xml v0.0.0-20190121064608-3a14fb1c4737
7
7
github.com/axw/gocov v1.0.0
8
- github.com/golangci/golangci-lint v1.33.0
9
- github.com/goreleaser/goreleaser v0.149.0
8
+ github.com/golangci/golangci-lint v1.41.1
9
+ // v0.157.0 is the last release that can be built with go 1.15
10
+ github.com/goreleaser/goreleaser v0.157.0
10
11
github.com/wfscheper/stentor v0.2.3
11
- gotest.tools/gotestsum v0 .6.0
12
+ gotest.tools/gotestsum v1 .6.4
12
13
)
You can’t perform that action at this time.
0 commit comments