cobbler / terraform-provider-cobbler

https://registry.terraform.io/providers/cobbler/cobbler/latest
Mozilla Public License 2.0
10 stars 9 forks source link

Fix golangci linter errors #37

Closed SchoolGuy closed 3 weeks ago

SchoolGuy commented 3 weeks ago

Describe the bug

The project had a very outdated linter configuration and after updating it in #30 we didn't take care of fixing the issues.

Steps to reproduce

  1. Run golangci-lint
  2. See errors

Expected behavior

The linter passes our CI.

Screenshots

None

Cobbler version

Not relevant

Additional information

None