Merge pull request #856 from nielsvanvelzen/gh-lint

Move linting and testing to GitHub actions
This commit is contained in:
Bill Thornton
2021-05-05 11:30:40 -04:00
committed by GitHub
7 changed files with 90 additions and 51 deletions

View File

@@ -33,5 +33,10 @@ subprojects {
buildUponDefaultConfig = true
ignoreFailures = true
config = files("$rootDir/detekt.yml")
basePath = rootDir.absolutePath
reports {
sarif.enabled = true
}
}
}