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
Instead of doing self.report(self.rule_x, *args) from the checker class, we can add option to call report directly from the rule class (given we register checker reference inside rule instance): self.report(*args)