Unsupported features should not have flag/partial_implementation data #6742
Labels
enhancement
Nice to have features.
linter
Issues or pull requests regarding the tests / linter of the JSON files.
schema
Isses or pull requests regarding the JSON schema files used in this project.
When working on #6679, I noticed that the linter doesn't prevent features with
"version_added": false
from havingflags
,partial_implementation
,prefix
, oralternative_name
. I don't think that it makes sense for an unsupported feature to have anything other than a note. We should add statements to the linter that prevent flags/partial implementation if support isfalse
.The text was updated successfully, but these errors were encountered: