We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f2a10 commit f20648bCopy full SHA for f20648b
.golangci.yml
@@ -0,0 +1,30 @@
1
+# linters:
2
+# # disable-all: true
3
+# enable:
4
+# # - gofumpt
5
+# # - durationcheck
6
+# # - forcetypeassert
7
+# # TODO: そのうち入れたいlinterのオプション
8
+# # - gocognit
9
+# # - goconst
10
+# # - gocritic
11
+# # - disabled-checks:
12
+# # - captLocal
13
+# # - gochecknoglobals
14
+# # - errorlint
15
+# # - exhaustive
16
+# - funlen
17
+# issues:
18
+# max-same-issues: 0
19
+# exclude-rules:
20
+# # Exclude some linters from running on tests files.
21
+# - path: _test\.go
22
23
+# - forcetypeassert
24
+linters-settings:
25
+ custom:
26
+ example:
27
+ type: goplugin
28
+ path: /Users/oonuma/work/private/go-detect-info-logging/m
29
+ description: custom linter
30
+ original-url: github.com/golangci/example-linter
0 commit comments