Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix linter warnings in terminal (#1302)
I was getting these warnings when running go linting. ```sh ./bin/golangci-lint run WARN [config_reader] The configuration option `run.skip-files` is deprecated, please use `issues.exclude-files`. WARN [config_reader] The configuration option `run.skip-dirs` is deprecated, please use `issues.exclude-dirs`. WARN [config_reader] The configuration option `govet.check-shadowing` is deprecated. Please enable `shadow` instead, if you are not using `enable-all`. ```
- Loading branch information