atc0005 / go-nagios

Shared Golang package for Nagios plugins
MIT License
8 stars 3 forks source link

Disable depguard linter #207

Closed atc0005 closed 1 year ago

atc0005 commented 1 year ago

By having v2 of the linter enabled without an explicitly defined configuration the linter assumes that no non-stdlib packages are permitted.

We disable the linter because we do not have any need to define permit/deny lists for packages used by this project at this time.

refs atc0005/go-ci#1024