mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Lint changes (#7802)
- Fixes current lint issues - Changes lint task to lintKotlin on PRs
This commit is contained in:
parent
1f34f5277c
commit
09abfc7843
9 changed files with 24 additions and 34 deletions
|
@ -26,8 +26,11 @@ subprojects {
|
|||
kotlinter {
|
||||
experimentalRules = true
|
||||
|
||||
// Doesn't play well with Android Studio
|
||||
disabledRules = arrayOf("experimental:argument-list-wrapping")
|
||||
|
||||
disabledRules = arrayOf(
|
||||
"experimental:argument-list-wrapping", // Doesn't play well with Android Studio
|
||||
"filename", // Often broken to give a more general name
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue