Skip to content

Commit

Permalink
lint: enable ginkgolinter
Browse files Browse the repository at this point in the history
This linter creates better assertions in ginkgo tests.
Fixes were made with `ginkgolinter -fix ./...`.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
  • Loading branch information
Luap99 committed Mar 18, 2024
1 parent 8d708ea commit afc7f4a
Show file tree
Hide file tree
Showing 11 changed files with 536 additions and 537 deletions.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ linters:
- errorlint
- exhaustive
- exhaustivestruct
- ginkgolinter
- gochecknoglobals
- goerr113
- gomnd
Expand Down
Loading

0 comments on commit afc7f4a

Please sign in to comment.