mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Disable comment wrapping lint
This commit is contained in:
@@ -126,7 +126,8 @@ subprojects {
|
||||
disabledRules = arrayOf(
|
||||
"filename",
|
||||
"experimental:argument-list-wrapping",
|
||||
"experimental:trailing-comma"
|
||||
"experimental:trailing-comma",
|
||||
"experimental:comment-wrapping"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user