Code quality
Code quality
This commit is contained in:
parent
4c88d8e3c2
commit
0644a5822f
30 changed files with 44 additions and 51 deletions
|
|
@ -45,7 +45,8 @@ fun CommonExtension<*, *, *, *>.composeConfig() {
|
|||
|
||||
lint {
|
||||
// Extra rules for compose
|
||||
error.add("ComposableLambdaParameterNaming")
|
||||
// Disabled until lint stops inspecting generated ksp files...
|
||||
// error.add("ComposableLambdaParameterNaming")
|
||||
error.add("ComposableLambdaParameterPosition")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue