hack: remove a workaround for go-tools
The false positive has been fixed.
Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
(cherry picked from commit 4bdc208449
)
Signed-off-by: Cory Snider <csnider@mirantis.com>
This commit is contained in:
parent
7125951236
commit
063042449e
1 changed files with 0 additions and 5 deletions
|
@ -112,11 +112,6 @@ issues:
|
|||
- text: "SA1019: httputil.ErrPersistEOF"
|
||||
linters:
|
||||
- staticcheck
|
||||
# FIXME temporarily suppress these for false positives in tests (see https://github.com/dominikh/go-tools/issues/1022)
|
||||
- text: "SA5011"
|
||||
path: _test\.go
|
||||
linters:
|
||||
- staticcheck
|
||||
|
||||
# Maximum issues count per one linter. Set to 0 to disable. Default is 50.
|
||||
max-issues-per-linter: 0
|
||||
|
|
Loading…
Add table
Reference in a new issue