pion / .goassets

Asset files automatically deployed to Go package repositories
https://pion.ly/
MIT License
9 stars 10 forks source link

Fix deprecated golangci-lint config #208

Closed mogren closed 6 months ago

mogren commented 6 months ago

Executing golangci-lint run using old config generates the following warnings:

WARN [config_reader] The configuration option run.skip-dirs-use-default is deprecated, please use issues.exclude-dirs-use-default. WARN [config_reader] The configuration option linters.govet.check-shadowing is deprecated. Please enable shadow instead, if you are not using enable-all.

Description

Before

Screenshot 2024-04-01 at 20 59 13

After

Screenshot 2024-04-01 at 21 26 42

Reference issue

No issue open