Skip to content

Commit b9ba88d

Browse files
authored
docs: update reference comment for errchkjson (#5623)
1 parent fd67265 commit b9ba88d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.golangci.next.reference.yml

+6-5
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)