You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find all the occurrences of extension in the structure: "key.kind" : "source.lang.swift.decl.extension"
then we could find out if there is a syntax type before the extension: "type" : "source.lang.swift.syntaxtype.attribute.builtin"
then we check if the built in attribute is any of the access modifier;
If true, then we can mark the violation.
Instead of
Prefer
The text was updated successfully, but these errors were encountered: