bschaatsbergen / cidr

Simplifies IPv4/IPv6 CIDR network prefix management with counting, overlap checking, explanation, and subdivision.
https://formulae.brew.sh/formula/cidr
MIT License
168 stars 9 forks source link

Extend CI with `golangci-lint` #78

Closed bschaatsbergen closed 8 months ago

bschaatsbergen commented 8 months ago

Integrate golangci-lint into our CI pipeline to enhance code quality. The current CI setup focuses on tests and builds, neglecting code style. By including golangci-lint, we aim to catch and address potential issues early, enforcing consistent coding standards.

See: https://golangci-lint.run/

Relates #77