Skip to content

Commit d0db109

Browse files
committed
review
1 parent bf7892b commit d0db109

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.golangci.next.reference.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ linters:
536536
# Checks that constructors are placed after the structure declaration.
537537
# Default: true
538538
constructor: false
539-
# Checks if the methods of an exported structure are placed before the non-exported ones.
539+
# Checks if the exported methods of a structure are placed before the non-exported ones.
540540
# Default: true
541541
struct-method: false
542542

jsonschema/golangci.next.jsonschema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@
13131313
"default": true
13141314
},
13151315
"struct-method": {
1316-
"description": "Checks if the methods of an exported structure are placed before the non-exported ones.",
1316+
"description": "Checks if the exported methods of a structure are placed before the non-exported ones.",
13171317
"type": "boolean",
13181318
"default": true
13191319
}

0 commit comments

Comments
 (0)