Skip to content

Commit adb8e0f

Browse files
committed
Install LGTM configuration file
Signed-off-by: Ricardo Zanini <[email protected]>
1 parent 164f8b2 commit adb8e0f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.lgtm.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# LGTM Settings (https://lgtm.com/)
2+
# For reference, see https://lgtm.com/help/lgtm/lgtm.yml-configuration-file
3+
# or template at https://lgtm.com/static/downloads/lgtm.template.yml
4+
5+
extraction:
6+
java:
7+
index:
8+
maven:
9+
version: "3.8.4"
10+
# Specify the Java version required to build the project
11+
java_version: "11"

0 commit comments

Comments
 (0)