surrealdb / surrealdb.go

SurrealDB SDK for Golang
https://surrealdb.com
Apache License 2.0
240 stars 66 forks source link

Add support for golangci on ci #25

Closed ffrizzo closed 2 years ago

ffrizzo commented 2 years ago

This pr is a complement of https://github.com/surrealdb/surrealdb.go/pull/24.

Adding support to the GolangCI to add more code checks and validation to help with code quality.

ffrizzo commented 2 years ago

I'm not familiar enough with golangci (on GitHub) because I primarily use GitLab, but overall it seems to get the job done. Nice!

golangci works in the same way on local or on Github Actions or GitlabCI

EtienneBruines commented 2 years ago

golangci works in the same way on local or on Github Actions or GitlabCI

Now I have a new toy to try out, thank you!

The PR LGTM. Hopefully someone can merge it soon. :+1:

Awesome work @ffrizzo !