Description
Summary
There are three exceptions in the staticcheck linter.
To fix these run up a devcontainer, delete one exception and then run make lint
and fix all the problems repeating until there aren't any.
In order of fixing
- fix: Fix ST1016 linting issue. Fixes #14405 #14514
ST1016 - this is just a consistency between the receiver names for methods and makes a lot of sense - fix: Fix ST1003 linting issue. Fixes #14405 #14520
ST1003 - capitalised variable names is a bit opinionated but I feel worth addressing - ST1005 - this is a much bigger job to change all the error messages to comply.
Use Cases
Just code and style improvements
Message from the maintainers:
Love this feature request? Give it a 👍. We prioritise the proposals with the most 👍.