Skip to content

Commit 6603c25

Browse files
committed
adding final '.' at the end of the comments
1 parent b08537c commit 6603c25

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
@@ -532,10 +532,10 @@ linters:
532532
analyze-types: true
533533

534534
funcorder:
535-
# Enable/disable feature to check constructors are placed after struct declaration
535+
# Enable/disable feature to check constructors are placed after struct declaration.
536536
# Default: true
537537
constructor: false
538-
# Enable/disable feature to check whether the exported struct's methods are placed before the non-exported
538+
# Enable/disable feature to check whether the exported struct's methods are placed before the non-exported.
539539
# Default: true
540540
struct-method: false
541541

0 commit comments

Comments
 (0)