stan
stan copied to clipboard
Inspection on usage particular extension
Blocked by #124
This then could be used in the config, where the user will be able to specify unwanted extensions, for example: disallow = [AllowAmbigousTypes, IncoherentInstances]
@vrom911 This sounds like a great idea! I propose to have a single inspection id for this. We only need to decide on prefix... Should it be something like STAN-0199 or should be USER-0001? Though, maybe we want to reserve the USER- prefix for custom inspections in the config, but then we need to decide how are we going to assign IDs in there...
Interesting question, @chshersh :thinking: At the moment, I see this one as STAN inspection. When users add their own inspections, I propose to prepend USER- prefix to their ids, so it will be visually noticeable that it is a different category of inspections, and it will also be handy while grouping, filtering, showing them.