Skip to content

Commit 7257e4b

Browse files
committed
docs: update reference comment for errchkjson
1 parent 0ad84c8 commit 7257e4b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.golangci.next.reference.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -415,11 +415,12 @@ linters:
415415
# if check-error-free-encoding is set to true and errcheck linter is enabled,
416416
# it is recommended to add the following exceptions to prevent from false positives:
417417
#
418-
# linters-settings:
419-
# errcheck:
420-
# exclude-functions:
421-
# - encoding/json.Marshal
422-
# - encoding/json.MarshalIndent
418+
# linters:
419+
# settings:
420+
# errcheck:
421+
# exclude-functions:
422+
# - encoding/json.Marshal
423+
# - encoding/json.MarshalIndent
423424
#
424425
# Default: false
425426
check-error-free-encoding: true

0 commit comments

Comments
 (0)