Skip to content

Commit

Permalink
Add nolint directives for testing mock files
Browse files Browse the repository at this point in the history
  • Loading branch information
violog committed Jul 9, 2024
1 parent 99b8c7e commit a70353d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/mocked/middleware.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//nolint:all
package handlers

import (
Expand Down
1 change: 1 addition & 0 deletions tests/mocked/verify_passport.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//nolint:all
package handlers

import (
Expand Down
1 change: 1 addition & 0 deletions tests/mocked/withdraw.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//nolint:all
package handlers

import (
Expand Down

0 comments on commit a70353d

Please sign in to comment.