cloudfoundry-community / stackdriver-tools

Stackdriver Nozzle for Cloud Foundry Loggregator, Host Monitoring Agents BOSH Release
Apache License 2.0
21 stars 13 forks source link

Revisit the disabling of the linter: maligned #244

Open mattysweeps opened 5 years ago

mattysweeps commented 5 years ago

There is only one offender: the Config struct. https://github.com/cloudfoundry-community/stackdriver-tools/blob/master/src/stackdriver-nozzle/config/config.go#L59

Determine if gometalinter should be configured to ignore this file, or if the linter should be permanently disabled, as it might hold little use to the stackdriver-tools project.