Skip to content

Commit

Permalink
lgtm yml (#3709)
Browse files Browse the repository at this point in the history
* lgtm yml

Signed-off-by: Sally MacFarlane <[email protected]>
  • Loading branch information
macfarla authored Apr 8, 2022
1 parent fe67343 commit 917c6c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .lgtm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
extraction:
java:
index:
java_version: "17"
build_command: JAVA_OPTS="-Xmx1000M" ./gradlew -Dorg.gradle.java.home=/usr/lib/jvm/java-11-openjdk-amd64 --no-scan compileJava
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public CompletableFuture<Boolean> validatePeer(
if (err != null) {
// Mark peer as invalid on error
LOG.debug(
"Peer {} is invalid because required block block ({}) is unavailable: {}",
"Peer {} is invalid because required block ({}) is unavailable: {}",
ethPeer,
blockNumber,
err.toString());
Expand Down

0 comments on commit 917c6c6

Please sign in to comment.