I have (accudentally) noticed that on Mac OS X the warnings from golangci-lint are ignored. For example, see
https://github.com/kolyshkin/sys/runs/4823094862?check_suite_focus=true
This can be caused by shell differences and the use of subshell by Makefile here:
|
(cd $$p && go test $(RUN_VIA_SUDO) -v .); \ |
Alas I don't have a Mac to debug this. @thaJeztah maybe you could take a look?
I have (accudentally) noticed that on Mac OS X the warnings from golangci-lint are ignored. For example, see
https://github.com/kolyshkin/sys/runs/4823094862?check_suite_focus=true
This can be caused by shell differences and the use of subshell by Makefile here:
sys/Makefile
Line 19 in 03b9f8d
Alas I don't have a Mac to debug this. @thaJeztah maybe you could take a look?