mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Ruby: Autoformat
This commit is contained in:
@@ -88,7 +88,9 @@ private class FaradayDisablesCertificateValidationConfiguration extends DataFlow
|
||||
this = "FaradayDisablesCertificateValidationConfiguration"
|
||||
}
|
||||
|
||||
override predicate isSource(DataFlow::Node source, DataFlowImplForHttpClientLibraries::FlowState state) {
|
||||
override predicate isSource(
|
||||
DataFlow::Node source, DataFlowImplForHttpClientLibraries::FlowState state
|
||||
) {
|
||||
source.asExpr().getExpr().(BooleanLiteral).isFalse() and
|
||||
state = "verify"
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user