netbird/client
Yury Gargay bb40325977
Update GitHub Actions and Enhance golangci-lint (#1075)
This PR showcases the implementation of additional linter rules. I've updated the golangci-lint GitHub Actions to the latest available version. This update makes sure that the tool works the same way locally - assuming being updated regularly - and with the GitHub Actions.

I've also taken care of keeping all the GitHub Actions up to date, which helps our code stay current. But there's one part, goreleaser that's a bit tricky to test on our computers. So, it's important to take a close look at that.

To make it easier to understand what I've done, I've made separate changes for each thing that the new linters found. This should help the people reviewing the changes see what's going on more clearly. Some of the changes might not be obvious at first glance.

Things to consider for the future
CI runs on Ubuntu so the static analysis only happens for Linux. Consider running it for the rest: Darwin, Windows
2023-09-04 17:03:44 +02:00
..
android Fix/always on boot (#1062) 2023-08-11 11:51:39 +02:00
cmd Update GitHub Actions and Enhance golangci-lint (#1075) 2023-09-04 17:03:44 +02:00
firewall Feat optimize acl performance iptables (#1025) 2023-07-24 13:00:23 +02:00
internal Update GitHub Actions and Enhance golangci-lint (#1075) 2023-09-04 17:03:44 +02:00
proto Adding --external-ip-map and --dns-resolver-address and shorthand flags (#652) 2023-01-17 19:16:50 +01:00
server Update GitHub Actions and Enhance golangci-lint (#1075) 2023-09-04 17:03:44 +02:00
ssh add sleep and comment 2023-06-23 17:02:34 +02:00
system feat: add support for custom device hostname (#789) 2023-04-20 16:00:22 +02:00
testdata Replace IP allocation logic (#342) 2022-05-29 22:43:39 +02:00
ui Add version info command to signal server (#739) 2023-03-15 07:54:51 +01:00
Dockerfile Update client Dockerfile to use Alpine as base image and install necessary packages (#1078) 2023-08-12 16:12:09 +02:00
installer.nsis Bind implementation (#779) 2023-04-13 17:00:01 +02:00
main.go Clarify XORMapped panic case (#877) 2023-05-18 19:47:36 +02:00
manifest.xml Renaming project builds and including new Icons (#318) 2022-05-21 18:42:56 +02:00
netbird.wxs Add Wix file for MSI builds (#1099) 2023-09-04 11:15:39 +02:00
resources.rc Bind implementation (#779) 2023-04-13 17:00:01 +02:00