Skip to content

Commit c76e361

Browse files
committed
docs: fix typos
Signed-off-by: Ian Lewis <ian@ianlewis.org>
1 parent ecb1e78 commit c76e361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ linters:
549549
# Mode of the generated files analysis.
550550
#
551551
# - `strict`: sources are excluded by strictly following the Go generated
552-
# file convention .
552+
# file convention.
553553
# Source files that have lines matching only the following regular
554554
# expression will be excluded: `^// Code generated .* DO NOT EDIT\.$`
555555
# This line must appear before the first non-comment, non-blank text in
@@ -572,7 +572,7 @@ linters:
572572
# Default: false
573573
warn-unused: true
574574

575-
# Exclude some linters from running on tests files.
575+
# Exclude some linters from running on test files.
576576
rules:
577577
- path: _test\.go
578578
linters:

0 commit comments

Comments
 (0)