This commit is contained in:
Todd Gruben 2021-10-29 12:16:45 -05:00
parent 21283e123f
commit 396e1e6433
2 changed files with 6 additions and 3 deletions

View file

@ -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'

View file

@ -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"
)