mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-10-14 00:59:21 +00:00
remove .staticcheckignore and add lint ignore
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
parent
4b506537e5
commit
81a798e4c9
@ -1,2 +0,0 @@
|
|||||||
# Ignore all files with *.pb.* in their filename
|
|
||||||
*.pb.*
|
|
@ -13,7 +13,9 @@ import (
|
|||||||
"io"
|
"io"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
|
||||||
|
//lint:ignore SA1019 file is generated
|
||||||
"github.com/golang/protobuf/descriptor"
|
"github.com/golang/protobuf/descriptor"
|
||||||
|
//lint:ignore SA1019 file is generated
|
||||||
"github.com/golang/protobuf/proto"
|
"github.com/golang/protobuf/proto"
|
||||||
"github.com/grpc-ecosystem/grpc-gateway/runtime"
|
"github.com/grpc-ecosystem/grpc-gateway/runtime"
|
||||||
"github.com/grpc-ecosystem/grpc-gateway/utilities"
|
"github.com/grpc-ecosystem/grpc-gateway/utilities"
|
||||||
@ -30,6 +32,7 @@ var _ io.Reader
|
|||||||
var _ status.Status
|
var _ status.Status
|
||||||
var _ = runtime.String
|
var _ = runtime.String
|
||||||
var _ = utilities.NewDoubleArray
|
var _ = utilities.NewDoubleArray
|
||||||
|
//lint:ignore SA1019 file is generated
|
||||||
var _ = descriptor.ForMessage
|
var _ = descriptor.ForMessage
|
||||||
var _ = metadata.Join
|
var _ = metadata.Join
|
||||||
|
|
||||||
|
@ -13,7 +13,9 @@ import (
|
|||||||
"io"
|
"io"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
|
||||||
|
//lint:ignore SA1019 file is generated
|
||||||
"github.com/golang/protobuf/descriptor"
|
"github.com/golang/protobuf/descriptor"
|
||||||
|
//lint:ignore SA1019 file is generated
|
||||||
"github.com/golang/protobuf/proto"
|
"github.com/golang/protobuf/proto"
|
||||||
"github.com/grpc-ecosystem/grpc-gateway/runtime"
|
"github.com/grpc-ecosystem/grpc-gateway/runtime"
|
||||||
"github.com/grpc-ecosystem/grpc-gateway/utilities"
|
"github.com/grpc-ecosystem/grpc-gateway/utilities"
|
||||||
@ -30,6 +32,7 @@ var _ io.Reader
|
|||||||
var _ status.Status
|
var _ status.Status
|
||||||
var _ = runtime.String
|
var _ = runtime.String
|
||||||
var _ = utilities.NewDoubleArray
|
var _ = utilities.NewDoubleArray
|
||||||
|
//lint:ignore SA1019 file is generated
|
||||||
var _ = descriptor.ForMessage
|
var _ = descriptor.ForMessage
|
||||||
var _ = metadata.Join
|
var _ = metadata.Join
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user