File tree Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Original file line number Diff line number Diff line change 2121* /** /.DS_Store
2222.ethtest
2323* /** /* tx_database *
24- vendor /github.com /ethereum /go-ethereum /vendor
2524node_modules /
2625tags
2726build /
@@ -46,7 +45,6 @@ profile.cov
4645
4746# tests
4847.ethereumtest /
49- /vendor /** /* _test.go
5048* .test
5149
5250#
@@ -68,9 +66,6 @@ Session.vim
6866/cmd /* /.ethereum /
6967* .iml
7068
71- # do not vendor nested vendor/ dirs
72- vendor /** /vendor
73-
7469# nodejs package
7570
7671package.json
@@ -84,14 +79,6 @@ test.log
8479test_ * .log
8580** /exit_code_ * .txt
8681
87- # Waku libs
88- vendor /github.com /waku-org /go-zerokit-rln-x86_64 /
89- vendor /github.com /waku-org /go-zerokit-rln-apple /
90- vendor /github.com /waku-org /go-zerokit-rln-arm /
91-
92- # waku-go-bindings third_party directory
93- vendor /** /waku-go-bindings /third_party /
94-
9582# status-cli logs
9683alice.log
9784bob.log
@@ -114,7 +101,6 @@ report/results.xml
114101
115102# generated files
116103mock /
117- ! vendor /** /mock /
118104mock.go
119105* _mock_test.go
120106* .pb.go
@@ -127,7 +113,3 @@ pkg/version/GIT_COMMIT
127113pkg /sentry /SENTRY_CONTEXT_NAME
128114pkg /sentry /SENTRY_CONTEXT_VERSION
129115pkg /sentry /SENTRY_PRODUCTION
130-
131- # Don't ignore generated files in the vendor/ directory
132- ! vendor /** /* .pb.go
133- ! vendor /** /migrations.go
Original file line number Diff line number Diff line change @@ -337,11 +337,9 @@ lint-fix:
337337 -and -not -name ' messenger_handlers.go' \
338338 -and -not -name ' */mock/*' \
339339 -and -not -name ' mock.go' \
340- -and -not -wholename ' */vendor/*' \
341340 -exec goimports \
342341 -local ' github.com/ethereum/go-ethereum,github.com/status-im/status-go,github.com/status-im/markdown' \
343342 -w {} \;
344- $(MAKE ) vendor
345343
346344docker-test : # #@tests Run tests in a docker container with golang.
347345 docker run --privileged --rm -it -v " $( PWD) :$( DOCKER_TEST_WORKDIR) " -w " $( DOCKER_TEST_WORKDIR) " $(DOCKER_TEST_IMAGE ) go test ${ARGS}
@@ -359,7 +357,6 @@ test-unit-prep: export UNIT_TEST_REPORT_CODECOV ?= false
359357test-unit : test-unit-prep
360358test-unit : export UNIT_TEST_RERUN_FAILS ?= true
361359test-unit : export UNIT_TEST_PACKAGES ?= $(call sh, go list ./... | \
362- grep -v /vendor | \
363360 grep -v /t/e2e | \
364361 grep -v /t/benchmarks | \
365362 grep -v /transactions/fake | \
You can’t perform that action at this time.
0 commit comments