mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Lint fixes/ignore some errors
This commit is contained in:
parent
5b480caaf3
commit
6399bbb779
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ subprojects {
|
||||||
|
|
||||||
kotlinter {
|
kotlinter {
|
||||||
experimentalRules = true
|
experimentalRules = true
|
||||||
|
|
||||||
|
// Doesn't play well with Android Studio
|
||||||
|
disabledRules = arrayOf("experimental:argument-list-wrapping")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue