Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shal committed Feb 4, 2024
1 parent e2f5977 commit 0306bfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
linters-settings:
depguard:
list-type: blacklist
# depguard:
# list-type: blacklist
gocritic:
enabled-tags:
- diagnostic
Expand Down Expand Up @@ -39,7 +39,7 @@ linters:
disable-all: true
enable:
- deadcode
- depguard
# - depguard
- dogsled
- errcheck
- goconst
Expand Down
1 change: 0 additions & 1 deletion pkg/portal/operation.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ func FixDate(lexeme string) string {
}

return lexeme

}

// FixBrandModel returns fixed brand.
Expand Down

0 comments on commit 0306bfa

Please sign in to comment.