Closed Cirras closed 4 months ago
The original goal of this PR was just to exclude properties with an implements specifier in the UnusedProperty rule.
implements
UnusedProperty
It ended up doing a bit more than that:
default
index
stored
string
file
typeReference
The original goal of this PR was just to exclude properties with an
implements
specifier in theUnusedProperty
rule.It ended up doing a bit more than that:
default
,implements
,index
,stored
)implements
specifiersimplements
specifier inUnusedProperty
(easiest part...)string
andfile
were erroneously permitted anywhere thattypeReference
was allowed.