We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09c9aa commit a897ddfCopy full SHA for a897ddf
Taskfile.yml
@@ -278,7 +278,7 @@ vars:
278
PROJECT_NAME: "arduino-lint"
279
DIST_DIR: "dist"
280
DEFAULT_GO_PACKAGES:
281
- sh: echo `go list ./... | tr '\n' ' '`
+ sh: echo `go list ./... | grep --invert-match 'github.com/arduino/arduino-lint/internal/rule/schema/schemadata' | tr '\n' ' '`
282
# build vars
283
COMMIT:
284
sh: echo "$(git log -n 1 --format=%h)"
internal/rule/schema/schemadata/bindata.go
@@ -31,7 +31,6 @@ import (
31
"strings"
32
"time"
33
)
34
-
35
type asset struct {
36
bytes []byte
37
info os.FileInfo
internal/rule/schema/testdata/bindata.go
@@ -16,7 +16,6 @@ import (
16
17
18
19
20
21
22
0 commit comments