File tree 1 file changed +8
-10
lines changed
1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 4
4
5
5
build-tags :
6
6
- hack
7
- skip-dirs-use-default : false
8
- skip-dirs :
9
- - build
10
- - docs
11
- - embedded-bins
12
- - examples
13
- skip-files :
14
- - " zz_*"
15
7
tests : true
16
8
modules-download-mode : readonly
17
9
allow-parallel-runners : true
@@ -48,8 +40,6 @@ linters-settings:
48
40
deny :
49
41
- pkg : k8s.io/utils/pointer
50
42
desc : Use k8s.io/utils/ptr.
51
- golint :
52
- min-confidence : 0
53
43
goheader :
54
44
template-path : .go-header.txt
55
45
values :
@@ -65,6 +55,14 @@ linters-settings:
65
55
issues :
66
56
max-issues-per-linter : 0
67
57
max-same-issues : 0
58
+ exclude-dirs-use-default : false
59
+ exclude-dirs :
60
+ - build
61
+ - docs
62
+ - embedded-bins
63
+ - examples
64
+ exclude-files :
65
+ - " zz_*"
68
66
exclude-rules :
69
67
# https://github.com/denis-tingaikin/go-header/issues/18
70
68
# This means that the header checks are ineffective for all files with build tags.
You can’t perform that action at this time.
0 commit comments