mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-24 08:39:53 +01:00
Integration tests for mailbox using mailbox-lib as submodule
This commit is contained in:
10
gradle/ktlint.gradle
Normal file
10
gradle/ktlint.gradle
Normal file
@@ -0,0 +1,10 @@
|
||||
ktlint {
|
||||
version = "0.43.2"
|
||||
android = true
|
||||
enableExperimentalRules = false
|
||||
verbose = true
|
||||
disabledRules = [
|
||||
"import-ordering",
|
||||
"no-blank-line-before-rbrace",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user