Fix some lint issues and reduce severity of UnusedResources
This commit is contained in:
parent
0c5ea0e8be
commit
09087a7e86
7 changed files with 13 additions and 8 deletions
|
|
@ -27,7 +27,7 @@
|
|||
<ignore path="**/src/debug/**" />
|
||||
</issue>
|
||||
|
||||
<issue id="UnusedResources" severity="error">
|
||||
<issue id="UnusedResources" severity="warning">
|
||||
<!-- Ignore unused resource in debug build type -->
|
||||
<ignore path="**/src/debug/**" />
|
||||
|
||||
|
|
@ -112,6 +112,10 @@
|
|||
<!-- Notification -->
|
||||
<issue id="LaunchActivityFromNotification" severity="error" />
|
||||
|
||||
<!-- Compose -->
|
||||
<issue id="ComposableLambdaParameterNaming" severity="error" />
|
||||
<issue id="ComposableLambdaParameterPosition" severity="error" />
|
||||
|
||||
<!-- DI -->
|
||||
<!-- issue id="JvmStaticProvidesInObjectDetector" severity="error" /-->
|
||||
</lint>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue