You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The staticcheck linter checks for deprecated imports. This has been disabled for imports of webpa-common/v2/logging, but should be enabled as part of this ticket. A new logger will need to be added.
To Do
Search for nolint:staticcheck in the repo and remove the comments
Run the linter golangci-lint run
Reconfigure logging in those files, most likely using uber/zap
The text was updated successfully, but these errors were encountered:
Update deprecated libraries
The staticcheck linter checks for deprecated imports. This has been disabled for imports of webpa-common/v2/logging, but should be enabled as part of this ticket. A new logger will need to be added.
To Do
The text was updated successfully, but these errors were encountered: