Fix Unknown issue id "ComposableLambdaParameterNaming" and Unknown issue id "ComposableLambdaParameterPosition"
This commit is contained in:
parent
df04a1d167
commit
bc122b279f
2 changed files with 6 additions and 4 deletions
|
|
@ -42,5 +42,11 @@ fun CommonExtension<*, *, *, *>.composeConfig() {
|
|||
add("META-INF/LGPL2.1")
|
||||
}
|
||||
}
|
||||
|
||||
lint {
|
||||
// Extra rules for compose
|
||||
error.add("ComposableLambdaParameterNaming")
|
||||
error.add("ComposableLambdaParameterPosition")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue