Skip to content

Commit 304b50a

Browse files
committed
fix snakeyaml vulnerability issue by disabling detekt
Signed-off-by: Subhobrata Dey <[email protected]>
1 parent 2d5ab2c commit 304b50a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ spotless {
104104
eclipse().configFile rootProject.file('.eclipseformat.xml')
105105
}
106106
}
107+
108+
// TODO: enable detekt only when snakeyaml vulnerability is fixed
107109
/*detekt {
108110
config = files("detekt.yml")
109111
buildUponDefaultConfig = true

0 commit comments

Comments
 (0)