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 8602d8c commit cc9b5a1Copy full SHA for cc9b5a1
.github/workflows/Build.yaml
@@ -66,12 +66,6 @@ jobs:
66
name: lint-reports
67
path: '**/build/reports/lint-results-*.html'
68
69
- - name: Upload lint reports (SARIF)
70
- if: always()
71
- uses: github/codeql-action/upload-sarif@v2
72
- with:
73
- sarif_file: './'
74
-
75
androidTest:
76
needs: build
77
runs-on: macOS-latest # enables hardware acceleration in the virtual machine
build-logic/convention/src/main/kotlin/AndroidLintConventionPlugin.kt
@@ -42,6 +42,5 @@ class AndroidLintConventionPlugin : Plugin<Project> {
42
43
private fun Lint.configure() {
44
xmlReport = true
45
- sarifReport = true
46
checkDependencies = true
47
}
0 commit comments