-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Configures repo specific rules of Sonatype Lift - Refines OSS Index Audit configuration {patch}
- Loading branch information
Showing
6 changed files
with
44 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# 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", "open source vulnerabilities", "bill of materials"] | ||
|
||
# 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> | ||
|
||
# summaryComments = <true or false (defaults to false) | ||
summaryComments = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters