arduino / arduino-language-server

An Arduino Language Server based on Clangd to Arduino code autocompletion
GNU Affero General Public License v3.0
133 stars 11 forks source link

Add CI workflow to lint and check formatting of Go code #128

Closed MatteoPologruto closed 2 years ago

MatteoPologruto commented 2 years ago

Please check if the PR fulfills these requirements

MatteoPologruto commented 2 years ago

Some style checks are still failing because I didn't know how to comment some exported go functions and types. @cmaglie can you please take a look at them? Furthermore, if you have any suggestions on how to improve the comments I already wrote, please feel free to point them out.