Merge pull request #856 from nielsvanvelzen/gh-lint
Move linting and testing to GitHub actions
This commit is contained in:
@@ -33,5 +33,10 @@ subprojects {
|
||||
buildUponDefaultConfig = true
|
||||
ignoreFailures = true
|
||||
config = files("$rootDir/detekt.yml")
|
||||
basePath = rootDir.absolutePath
|
||||
|
||||
reports {
|
||||
sarif.enabled = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user