We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae7e75 commit 77a353dCopy full SHA for 77a353d
src/Config.groovy
@@ -2,7 +2,7 @@ import groovy.json.JsonSlurper
2
import groovy.util.FileNameFinder
3
4
class Config {
5
- static String DEFAULT_RULES = new File("java-basic-default-ruleset.xml").absolutePath
+ static String DEFAULT_RULES = "/usr/src/app/java-basic-default-ruleset.xml"
6
def args
7
def appContext
8
def parsedConfig
0 commit comments