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
feat: allow excluding checkers with directive comment (#185)
Some checkers don't report issues in code. Rather, they form the basis for other checkers to run. For example, a checker may generate the scope graph for the entire source code (or a single file), and other checkers may use the results of such "meta" checkers. We need to exclude such "meta" checkers from being run like other normal checkers. Hence, introducing the directive `//globstar:registry-exclude`.
Description: "This checker checks for the usage of `assert` statement in Python code. It is risky as they are removed when Python is run optimized mode",
Description: "This checker checks for the usage of `assert` statement in Python code. It is risky as they are removed when Python is run optimized mode",
0 commit comments