mirror of
https://github.com/github/codeql.git
synced 2026-02-28 21:03:50 +01:00
Java: Exclude slf4j calls in PrintLnArray as it supports array formatting.
This commit is contained in:
@@ -85,6 +85,9 @@ class FmtSyntax extends TFmtSyntax {
|
||||
or
|
||||
result = "logger ({}) syntax" and this = TFmtLogger()
|
||||
}
|
||||
|
||||
/** Holds if this syntax is logger ({}) syntax. */
|
||||
predicate isLogger() { this = TFmtLogger() }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user