mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-20 02:58:45 +00:00
Add ktlint checking to :build-logic:plugins and split buildQa out into its own task for readability.
This commit is contained in:
committed by
Greyson Parrelli
parent
c0aff46e31
commit
c56564014b
@@ -26,3 +26,11 @@ dependencies {
|
||||
implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
|
||||
implementation(files(testLibs.javaClass.superclass.protectionDomain.codeSource.location))
|
||||
}
|
||||
|
||||
ktlint {
|
||||
filter {
|
||||
exclude { element ->
|
||||
element.file.path.contains("/build/generated-sources")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user