fix: fix typo for errchkjson (#2842)
This commit is contained in:
parent
5a28742643
commit
59971a13f4
@ -25,7 +25,7 @@ func NewErrChkJSONFuncName(cfg *config.ErrChkJSONSettings) *goanalysis.Linter {
|
||||
return goanalysis.NewLinter(
|
||||
"errchkjson",
|
||||
"Checks types passed to the json encoding functions. "+
|
||||
"Reports unsupported types and optionally reports occations, "+
|
||||
"Reports unsupported types and optionally reports occasions, "+
|
||||
"where the check for the returned error can be omitted.",
|
||||
[]*analysis.Analyzer{a},
|
||||
cfgMap,
|
||||
|
Loading…
x
Reference in New Issue
Block a user