Skip to content

Commit 14a22cb

Browse files
committed
Disable Sonatype Lift's JavaScript checks
ESLint is already run as part of ORT's build and Lift is returning tens of false-positives in pull requests see for example [1]. [1]: #5012 Signed-off-by: Thomas Steenbergen <[email protected]>
1 parent d01609a commit 14a22cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lift.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
jdk11 = true
44

5-
disableTools = [ "detekt" ]
5+
disableTools = [ "detekt", "eslint" ]
66

77
ignoreFiles = """
88
**/funTest/assets/

0 commit comments

Comments
 (0)