-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
preflight: Don't use errors.Newf in preflight checks
The generic preflight code will log errors when one is returned from a check/fix method, so we don't need to use errors.Newf for that. Moreover, the preflight methods were using a mix of fmt.Errorf and errors.Newf. This commit makes this use consistent.
- Loading branch information
1 parent
6f457dc
commit c2102d5
Showing
2 changed files
with
28 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters