Skip to content

Commit

Permalink
add undefinedFormatting outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
peakle committed Dec 6, 2021
1 parent 582fba0 commit 8855218
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/packr/output.golden
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ exit status 1
./builder/builder_test.go:63:13: ioutilDeprecated: ioutil.ReadFile is deprecated, use os.ReadFile instead
./builder/builder_test.go:68:12: ioutilDeprecated: ioutil.ReadFile is deprecated, use os.ReadFile instead
./builder/builder.go:81:3: deferInLoop: Possible resource leak, 'defer' is called in the 'for' loop
./validator.go:1088:24: undefinedFormatting: use errors.New(required.customErrorMessage) or fmt.Errorf("%s", required.customErrorMessage) instead
./validator.go:1428:32: undefinedFormatting: use errors.New(requiredOption.customErrorMessage) or fmt.Errorf("%s", requiredOption.customErrorMessage) instead

0 comments on commit 8855218

Please sign in to comment.