-
Notifications
You must be signed in to change notification settings - Fork 0
/
.lift.toml
24 lines (18 loc) · 847 Bytes
/
.lift.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Lift configuration
# Reference https://help.sonatype.com/lift/configuration-reference
# setup = <path to setup script>
# build = ENV= <env> <build option> [target]
build = "./gradlew build -x test"
# importantRules = <exclusive list of issues to report back to user>
# ignoreRules = <list of issues never to report to the user>
# ignoreFiles = <gitignore format string of files to ignore>
## tools = <infer | errorprone | eslint | hlint | findsecbugs >
tools = ["infer", "findsecbugs"]
# disableTools = <list of tools to not run on the project>
disableTools = ["errorprone"]
# customTools = <list of user-provided tools conforming to a tool API>
# allow = <list of users whose pull requests can trigger analysis>
# jdkVersion = <jdk version>
jdkVersion = "17"
# summaryComments = <true or false (defaults to false)
summaryComments = false