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