Skip to content

Commit ced89ef

Browse files
committed
review
1 parent 0288ef2 commit ced89ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.golangci.next.reference.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,11 +303,11 @@ formatters:
303303
- alias # Alias section: contains all alias imports. This section is not present unless explicitly enabled.
304304
- localmodule # Local module section: contains all local packages. This section is not present unless explicitly enabled.
305305

306-
# Checks that no inline Comments are present.
306+
# Checks that no inline comments are present.
307307
# Default: false
308308
no-inline-comments: true
309309

310-
# Checks that no prefix Comments(comment lines above an import) are present.
310+
# Checks that no prefix comments (comment lines above an import) are present.
311311
# Default: false
312312
no-prefix-comments: true
313313

0 commit comments

Comments
 (0)