mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-03-30 15:08:28 +00:00

* [staticcheck] Fix comments on exported functions and structs * [ci] Improve staticcheck setup - Add global staticcheck.conf file - Ignore: at least one file in a package should have a package comment (ST1000) - Ignore deprecation warnings. They are reported by golangci-lint and there we have a proper way to exclude generated files. Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2 lines
39 B
Plaintext
2 lines
39 B
Plaintext
checks = ["all", "-SA1019", "-ST1000"]
|