Skip to content

Commit

Permalink
test(lint): Fix nolintlint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Apr 1, 2024
1 parent 35763aa commit 02bbb57
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion internal/database/mariadb/mariadb.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//nolint:goconst
package mariadb

import (
Expand Down
1 change: 0 additions & 1 deletion internal/database/mongodb/mongodb.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//nolint:goconst
package mongodb

import (
Expand Down
1 change: 0 additions & 1 deletion internal/database/postgres/postgres.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//nolint:goconst
package postgres

import (
Expand Down

0 comments on commit 02bbb57

Please sign in to comment.