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
For example, .py files should only run rules without a filetype defined or rules with "py" in the file types.
One weird idea I had was precompiling groups of rules based on programkind.supportedKind, so for example, rules[py] would have all of the precompiled rules for python files.
For example, .py files should only run rules without a filetype defined or rules with "py" in the file types.
One weird idea I had was precompiling groups of rules based on
programkind.supportedKind
, so for example, rules[py] would have all of the precompiled rules for python files.Related to #454
The text was updated successfully, but these errors were encountered: