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 b08537c commit 6603c25Copy full SHA for 6603c25
.golangci.next.reference.yml
@@ -532,10 +532,10 @@ linters:
532
analyze-types: true
533
534
funcorder:
535
- # Enable/disable feature to check constructors are placed after struct declaration
+ # Enable/disable feature to check constructors are placed after struct declaration.
536
# Default: true
537
constructor: false
538
- # Enable/disable feature to check whether the exported struct's methods are placed before the non-exported
+ # Enable/disable feature to check whether the exported struct's methods are placed before the non-exported.
539
540
struct-method: false
541
0 commit comments