-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Enhancement ✨Improvement to a componentImprovement to a componentMinor 💅Polishing pylint is always nicePolishing pylint is always niceNeeds specification 🔐Accepted as a potential improvement, and needs to specify edge cases, message names, etc.Accepted as a potential improvement, and needs to specify edge cases, message names, etc.performance
Description
Current problem
We're doing some "complicated" check all the time for example here: #8411
But it could be done once in a dedicated script instead.
Desired solution
No check at runtime but a possibility to validate the configuration. Maybe a better validation of the configuration. Or maybe not, this is not what is taking most of the time in pylint and maybe this will make the user experience worst for almost no benefit.
Additional context
Metadata
Metadata
Assignees
Labels
Enhancement ✨Improvement to a componentImprovement to a componentMinor 💅Polishing pylint is always nicePolishing pylint is always niceNeeds specification 🔐Accepted as a potential improvement, and needs to specify edge cases, message names, etc.Accepted as a potential improvement, and needs to specify edge cases, message names, etc.performance