hashgraph / hedera-sdk-go

Hedera™ Hashgraph SDK for Go
https://docs.hedera.com/docs/hedera-sdks
Apache License 2.0
88 stars 64 forks source link

Create linting pre-commit hook #1006

Closed 0xivanov closed 1 week ago

0xivanov commented 1 month ago

Problem

We are currently using the GolangCI-Lint tool (https://golangci-lint.run/) in our CI pipeline. It would be beneficial to run this linter as a pre-commit hook as well to catch issues earlier in the development process.

Solution

Create pre-commit hook that runs golangci-lint run

Alternatives

No response