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