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 fd67265 commit b9ba88dCopy full SHA for b9ba88d
.golangci.next.reference.yml
@@ -415,11 +415,12 @@ linters:
415
# if check-error-free-encoding is set to true and errcheck linter is enabled,
416
# it is recommended to add the following exceptions to prevent from false positives:
417
#
418
- # linters-settings:
419
- # errcheck:
420
- # exclude-functions:
421
- # - encoding/json.Marshal
422
- # - encoding/json.MarshalIndent
+ # linters:
+ # settings:
+ # errcheck:
+ # exclude-functions:
+ # - encoding/json.Marshal
423
+ # - encoding/json.MarshalIndent
424
425
# Default: false
426
check-error-free-encoding: true
0 commit comments