File tree Expand file tree Collapse file tree 2 files changed +6
-22
lines changed Expand file tree Collapse file tree 2 files changed +6
-22
lines changed Original file line number Diff line number Diff line change @@ -98,17 +98,9 @@ linters:
98
98
run :
99
99
skip-dirs :
100
100
- test/testdata_etc
101
- skip-files :
102
- - internal/cache/.*_test.go
103
-
104
- issues :
105
- exclude-rules :
106
- - path : internal/(cache|renameio)/
107
- linters :
108
- - lll
109
- - gochecknoinits
110
- - gocyclo
111
- - funlen
101
+ - internal/cache
102
+ - internal/renameio
103
+ - internal/robustio
112
104
113
105
# golangci.com configuration
114
106
# https://github.com/golangci/golangci/wiki/Configuration
Original file line number Diff line number Diff line change @@ -1014,17 +1014,9 @@ linters:
1014
1014
run:
1015
1015
skip-dirs:
1016
1016
- test/testdata_etc
1017
- skip-files:
1018
- - internal/cache/.*_test.go
1019
-
1020
- issues:
1021
- exclude-rules:
1022
- - path: internal/(cache|renameio)/
1023
- linters:
1024
- - lll
1025
- - gochecknoinits
1026
- - gocyclo
1027
- - funlen
1017
+ - internal/cache
1018
+ - internal/renameio
1019
+ - internal/robustio
1028
1020
1029
1021
# golangci.com configuration
1030
1022
# https://github.com/golangci/golangci/wiki/Configuration
You can’t perform that action at this time.
0 commit comments