forked from opendatahub-io/opendatahub-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(lint): updates to latest version (opendatahub-io#1074)
Fixes - removed irrelavant //nolint comments (see config updates below) - converted unused func params to blank identifier when impl does not need it New linters perfsprint - disabled fmt.Sprintf checks for one element - adjusted errors creation to use errors.New instead of fmt.Errorf when no-arg strings are used as messages Configuration updates - configured revive to not complain about dot-imports for testing libraries - adjusted configuration yaml due to changes in the structure (skip-dirs) - some deprecated linters were removed from golangci-lint toolchain so they are now gone from the config too (cherry picked from commit 9be146f)
- Loading branch information
1 parent
d6e0a72
commit 5468046
Showing
5 changed files
with
44 additions
and
79 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
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
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