We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f8b98 commit 806ef65Copy full SHA for 806ef65
.golangci.yml
@@ -1,4 +1,6 @@
1
version: "2"
2
+run:
3
+ modules-download-mode: readonly
4
linters:
5
default: none
6
enable:
@@ -68,8 +70,6 @@ linters:
68
70
- name: line-length-limit
69
71
arguments:
72
- 200
- exclude:
- - pkg/bcb/generate.go
73
- name: unhandled-error
74
75
- fmt.Printf
@@ -101,15 +101,19 @@ linters:
101
- linters:
102
- godot
103
source: (TODO)
104
+ - path: (.+)\.go$
105
+ text: third_party$
106
107
+ text: builtin$
108
109
+ text: examples$
110
paths:
111
- third_party$
112
- builtin$
113
- examples$
114
issues:
115
max-same-issues: 50
116
formatters:
- enable:
- - goimports
117
exclusions:
118
generated: lax
119
0 commit comments