File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
run :
2
2
timeout : 10m
3
- go : ' 1.21'
3
+ go : " 1.21"
4
4
tests : true
5
5
6
6
linters :
@@ -32,7 +32,7 @@ linters:
32
32
linters-settings :
33
33
forbidigo :
34
34
forbid :
35
- - p : ^(fmt\.Print(|f|ln)|print|println)$ # Optional message that gets included in error reports.
35
+ - p : ^(fmt\.Print(|f|ln)|print|println)$ # Optional message that gets included in error reports.
36
36
msg : in cli package use `feedback.*` instead
37
37
- p : (os\.(Stdout|Stderr|Stdin))(# )?
38
38
msg : in cli package use `feedback.*` instead
@@ -41,9 +41,9 @@ linters-settings:
41
41
revive :
42
42
confidence : 0.8
43
43
rules :
44
- # - name: error-return
45
- # - name: unused-parameter
46
- # - name: var-naming
44
+ # - name: error-return
45
+ # - name: unused-parameter
46
+ # - name: var-naming
47
47
- name : blank-imports
48
48
- name : context-as-argument
49
49
- name : context-keys-type
You can’t perform that action at this time.
0 commit comments