remove .staticcheckignore and add lint ignore

Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
Lorenz Herzberger 2023-07-19 17:37:03 +02:00
parent 4b506537e5
commit 81a798e4c9
No known key found for this signature in database
GPG Key ID: FA5EE906EB55316A
3 changed files with 6 additions and 2 deletions

View File

@ -1,2 +0,0 @@
# Ignore all files with *.pb.* in their filename
*.pb.*

View File

@ -13,7 +13,9 @@ import (
"io"
"net/http"
//lint:ignore SA1019 file is generated
"github.com/golang/protobuf/descriptor"
//lint:ignore SA1019 file is generated
"github.com/golang/protobuf/proto"
"github.com/grpc-ecosystem/grpc-gateway/runtime"
"github.com/grpc-ecosystem/grpc-gateway/utilities"
@ -30,6 +32,7 @@ var _ io.Reader
var _ status.Status
var _ = runtime.String
var _ = utilities.NewDoubleArray
//lint:ignore SA1019 file is generated
var _ = descriptor.ForMessage
var _ = metadata.Join

View File

@ -13,7 +13,9 @@ import (
"io"
"net/http"
//lint:ignore SA1019 file is generated
"github.com/golang/protobuf/descriptor"
//lint:ignore SA1019 file is generated
"github.com/golang/protobuf/proto"
"github.com/grpc-ecosystem/grpc-gateway/runtime"
"github.com/grpc-ecosystem/grpc-gateway/utilities"
@ -30,6 +32,7 @@ var _ io.Reader
var _ status.Status
var _ = runtime.String
var _ = utilities.NewDoubleArray
//lint:ignore SA1019 file is generated
var _ = descriptor.ForMessage
var _ = metadata.Join