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 0125509 commit 2a4cf73Copy full SHA for 2a4cf73
.golangci.yml
@@ -4,7 +4,7 @@ run:
4
timeout: 5m
5
6
# Modules download mode (do not modify go.mod)
7
- module-download-mode: readonly
+ modules-download-mode: readonly
8
9
# Include test files (see below to exclude certain linters)
10
tests: true
@@ -20,9 +20,11 @@ issues:
20
- funlen
21
22
output:
23
- formats: colored-line-number
24
- print-issued-lines: true
25
- print-linter-name: true
+ formats:
+ text:
+ colors: true
26
+ print-issued-lines: true
27
+ print-linter-name: true
28
29
linters-settings:
30
depguard:
0 commit comments