We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb1e78 commit c76e361Copy full SHA for c76e361
.golangci.yml
@@ -549,7 +549,7 @@ linters:
549
# Mode of the generated files analysis.
550
#
551
# - `strict`: sources are excluded by strictly following the Go generated
552
- # file convention .
+ # file convention.
553
# Source files that have lines matching only the following regular
554
# expression will be excluded: `^// Code generated .* DO NOT EDIT\.$`
555
# This line must appear before the first non-comment, non-blank text in
@@ -572,7 +572,7 @@ linters:
572
# Default: false
573
warn-unused: true
574
575
- # Exclude some linters from running on tests files.
+ # Exclude some linters from running on test files.
576
rules:
577
- path: _test\.go
578
linters:
0 commit comments