Skip to content

Commit 505269f

Browse files
committed
Enable unused linter
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
1 parent 53d8355 commit 505269f

3 files changed

Lines changed: 1 addition & 6 deletions

File tree

.golangci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
linters:
2-
disable:
3-
- unused
42
enable:
53
- gci
64
- gofumpt
75
- govet
86
- misspell
7+
- unused
98

109
linters-settings:
1110
gci:

templates/java/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ go_library(
2020
"required.go",
2121
"string.go",
2222
"timestamp.go",
23-
"unimplemented.go",
2423
"wrapper.go",
2524
],
2625
importpath = "github.com/envoyproxy/protoc-gen-validate/templates/java",

templates/java/unimplemented.go

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)