Skip to content

Commit

Permalink
Enable unused linter (#988)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu MOREL <[email protected]>

Signed-off-by: Matthieu MOREL <[email protected]>
  • Loading branch information
mmorel-35 authored Nov 30, 2023
1 parent 80ccd3e commit fbe4322
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
linters:
disable:
- unused
enable:
- gci
- gocritic
- gofumpt
- govet
- misspell
- unused

linters-settings:
gci:
Expand Down
1 change: 0 additions & 1 deletion templates/java/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ go_library(
"required.go",
"string.go",
"timestamp.go",
"unimplemented.go",
"wrapper.go",
],
importpath = "github.com/envoyproxy/protoc-gen-validate/templates/java",
Expand Down
3 changes: 0 additions & 3 deletions templates/java/unimplemented.go

This file was deleted.

0 comments on commit fbe4322

Please sign in to comment.