We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf4246 commit 62b1676Copy full SHA for 62b1676
.golangci.yml
@@ -9,18 +9,6 @@ issues:
9
- errcheck
10
- dupl
11
12
- # Parsing logic has high cyclomatic complexity. This is okay.
13
- - path: pkg/importer/parser/ynab4/parse.go
14
- linters:
15
- - gocyclo
16
- text: "func `parseTransactions`"
17
-
18
19
- - path: pkg/importer/creator.go
20
21
22
- text: "func `Create`"
23
24
- path: pkg/models/envelope.go
25
linters:
26
- gocyclo
@@ -41,7 +29,7 @@ linters-settings:
41
29
gofumpt:
42
30
extra-rules: true
43
31
gocyclo:
44
- min-complexity: 15
32
+ min-complexity: 20
45
33
46
34
godot:
47
35
exclude:
0 commit comments