Skip to content

Commit 77a353d

Browse files
Hardcode ruleset as runtime directory changes
1 parent 3ae7e75 commit 77a353d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import groovy.json.JsonSlurper
22
import groovy.util.FileNameFinder
33

44
class Config {
5-
static String DEFAULT_RULES = new File("java-basic-default-ruleset.xml").absolutePath
5+
static String DEFAULT_RULES = "/usr/src/app/java-basic-default-ruleset.xml"
66
def args
77
def appContext
88
def parsedConfig

0 commit comments

Comments
 (0)