mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 23:11:01 +00:00
.
This commit is contained in:
parent
21283e123f
commit
396e1e6433
2 changed files with 6 additions and 3 deletions
|
|
@ -1,5 +1,7 @@
|
|||
run:
|
||||
#skip the protobuf generated files
|
||||
deadline: 5m
|
||||
timeout: 5m
|
||||
skip-dirs-use-default: true
|
||||
skip-dirs:
|
||||
- pb
|
||||
|
|
@ -57,5 +59,6 @@ issues:
|
|||
- gofmt
|
||||
text: "File is not `gofmt`-ed with `-s`"
|
||||
exclude:
|
||||
- 'declaration of "(err|ctx)" shadows declaration at'
|
||||
- 'typecheck'
|
||||
- 'declaration of "(err|ctx)" shadows declaration at'
|
||||
- 'Error return value of .(.*\.Help|.*\.MarkFlagRequired|(os\.)?std(out|err)\..*|.*Close|.*Flush|os\.Remove(All)?|.*printf?|os\.(Un)?Setenv). is not checked'
|
||||
|
||||
|
|
|
|||
2
hack.go
2
hack.go
|
|
@ -15,7 +15,7 @@
|
|||
package pilosa
|
||||
|
||||
import (
|
||||
"github.com/gogo/protobuf/proto"
|
||||
"github.com/gogo/protobuf/proto"
|
||||
"github.com/molecula/featurebase/v2/pb"
|
||||
"github.com/molecula/featurebase/v2/pql"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue