Skip to content

Commit ac09639

Browse files
committed
review
1 parent eca0fe5 commit ac09639

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
@@ -2383,7 +2383,7 @@ linters-settings:
23832383
# Comma-separated list of predeclared identifiers to not report on.
23842384
# Default: ""
23852385
ignore: "new,int"
2386-
# Include method names and field names (i.e., qualified names) in checks.
2386+
# Include method names and field names in checks.
23872387
# Default: false
23882388
qualified-name: true
23892389

jsonschema/golangci.next.jsonschema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2452,7 +2452,7 @@
24522452
"type": "string"
24532453
},
24542454
"qualified-name": {
2455-
"description": "Include method names and field names (i.e., qualified names) in checks.",
2455+
"description": "Include method names and field names in checks.",
24562456
"type": "boolean",
24572457
"default": false
24582458
}

0 commit comments

Comments
 (0)