We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6e9b8 commit 4a693d9Copy full SHA for 4a693d9
java/ql/src/Violations of Best Practice/Undesirable Calls/CallsToSystemExit.ql
@@ -62,7 +62,6 @@ class SourceMethodNotMainOrTest extends Method {
62
SourceMethodNotMainOrTest() {
63
this.fromSource() and
64
not this instanceof MainMethod and
65
- not this instanceof LikelyTestMethod and
66
not (
67
this.getEnclosingCallable*() instanceof LikelyTestMethod
68
or
0 commit comments