File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -75,14 +75,15 @@ lint-go-all:
75
75
$(call title, $@ )
76
76
@cd $(MAKEFILE_DIR ) \
77
77
&& GOOS=darwin make lint-go \
78
+ && GOOS=freebsd make lint-go \
78
79
&& GOOS=linux make lint-go \
79
80
&& GOOS=windows make lint-go
80
81
$(call footer, $@ )
81
82
82
83
lint-imports :
83
84
$(call title, $@ )
84
85
@cd $(MAKEFILE_DIR ) \
85
- && goimports-reviser -recursive -list-diff -set-exit-status -output stdout -company-prefixes " github.com/containerd " ./...
86
+ && goimports-reviser -recursive -list-diff -set-exit-status -output stdout -company-prefixes " $( ORG_PREFIXES ) " ./...
86
87
$(call footer, $@ )
87
88
88
89
lint-yaml :
@@ -124,6 +125,7 @@ lint-licenses-all:
124
125
$(call title, $@ )
125
126
@cd $(MAKEFILE_DIR ) \
126
127
&& GOOS=darwin make lint-licenses \
128
+ && GOOS=freebsd make lint-licenses \
127
129
&& GOOS=linux make lint-licenses \
128
130
&& GOOS=windows make lint-licenses
129
131
$(call footer, $@ )
@@ -141,6 +143,7 @@ fix-go-all:
141
143
$(call title, $@ )
142
144
@cd $(MAKEFILE_DIR ) \
143
145
&& GOOS=darwin make fix-go \
146
+ && GOOS=freebsd make fix-go \
144
147
&& GOOS=linux make fix-go \
145
148
&& GOOS=windows make fix-go
146
149
$(call footer, $@ )
You can’t perform that action at this time.
0 commit comments