File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : " 2"
12run :
2- timeout : 5m
33 allow-parallel-runners : true
4-
5- issues :
6- # don't skip warning about doc comments
7- # don't exclude the default set of lint
8- exclude-use-default : false
9- # restore some of the defaults
10- # (fill in the rest as needed)
11- exclude-rules :
12- - path : " api/*"
13- linters :
14- - lll
15- - path : " internal/*"
16- linters :
17- - dupl
18- - lll
194linters :
20- disable-all : true
5+ default : none
216 enable :
7+ - copyloopvar
228 - dupl
239 - errcheck
24- - exportloopref
2510 - ginkgolinter
2611 - goconst
2712 - gocyclo
28- - gofmt
29- - goimports
30- - gosimple
3113 - govet
3214 - ineffassign
3315 - lll
@@ -36,12 +18,35 @@ linters:
3618 - prealloc
3719 - revive
3820 - staticcheck
39- - typecheck
4021 - unconvert
4122 - unparam
4223 - unused
43-
44- linters-settings :
45- revive :
24+ settings :
25+ revive :
26+ rules :
27+ - name : comment-spacings
28+ - name : import-shadowing
29+ exclusions :
30+ generated : lax
4631 rules :
47- - name : comment-spacings
32+ - linters :
33+ - lll
34+ path : api/*
35+ - linters :
36+ - dupl
37+ - lll
38+ path : internal/*
39+ paths :
40+ - third_party$
41+ - builtin$
42+ - examples$
43+ formatters :
44+ enable :
45+ - gofmt
46+ - goimports
47+ exclusions :
48+ generated : lax
49+ paths :
50+ - third_party$
51+ - builtin$
52+ - examples$
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : frp-operator
3- version : 1.0.3
3+ version : 1.0.4
44description : Helm chart for frp Operator
55type : application
66keywords :
@@ -16,4 +16,4 @@ maintainers:
1616 url : https://www.n-bit.nl
1717 - name : Niek Berenschot
1818icon : https://raw.githubusercontent.com/Aureum-Cloud/frp-Operator/refs/heads/main/logo.png
19- appVersion : " v1.0.0 "
19+ appVersion : v1.0.1
You can’t perform that action at this time.
0 commit comments