Bug 1821005 - Exclude build in extensions versioning from detekt.

This commit is contained in:
mcarare
2023-10-02 14:51:31 +03:00
committed by mergify[bot]
parent 0d8b201396
commit b54ba6d9ba

View File

@@ -318,6 +318,7 @@ tasks.withType(Detekt).configureEach() {
exclude "**/tmp/**"
exclude "**/tooling/fetch/tests/**"
exclude "**/tooling/fetch-tests/**"
exclude "**/src/main/assets/extensions/**"
}
// Apply same path exclusions as for the main task