forked from eclipse-ee4j/eclipselink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.lgtm.yml
32 lines (26 loc) · 751 Bytes
/
.lgtm.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
path_classifiers:
# exclude tests
test:
- "**/src/test"
- "**/src/it"
- "**/*.test"
- "**/tests"
- "performance"
# exclude docs
docs:
- "about.html"
- "license.html"
- "readme.html"
#########################################################################################
# Use the `queries` block to change the default display of query results. #
#########################################################################################
queries:
# "by design" - synch is being removed intentionally
- exclude: java/non-sync-override
extraction:
java:
index:
java_version: 11
maven:
version: 3.6.3
build_command: "mvn -DskipTests -Denforcer.skip clean package -Pstaging"