File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ vars:
278
278
PROJECT_NAME : " arduino-lint"
279
279
DIST_DIR : " dist"
280
280
DEFAULT_GO_PACKAGES :
281
- sh : echo `go list ./... | tr '\n' ' '`
281
+ sh : echo `go list ./... | grep --invert-match 'github.com/arduino/arduino-lint/internal/rule/schema/schemadata' | tr '\n' ' '`
282
282
# build vars
283
283
COMMIT :
284
284
sh : echo "$(git log -n 1 --format=%h)"
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ import (
31
31
"strings"
32
32
"time"
33
33
)
34
-
35
34
type asset struct {
36
35
bytes []byte
37
36
info os.FileInfo
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import (
16
16
"strings"
17
17
"time"
18
18
)
19
-
20
19
type asset struct {
21
20
bytes []byte
22
21
info os.FileInfo
You can’t perform that action at this time.
0 commit comments