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
Currently rule matches are paired with a filepath. This means that if two rules flag for the same file, they will both be put into a list. Instead of this, the list should be a dictionary, and any time a rule is matched, it the flag id should be added to a list in the value portion.
Currently rule matches are paired with a filepath. This means that if two rules flag for the same file, they will both be put into a list. Instead of this, the list should be a dictionary, and any time a rule is matched, it the flag id should be added to a list in the value portion.
so right now it is:
instead..
"path/to/file1": [ "ruleName", "rule2Name"]
The text was updated successfully, but these errors were encountered: