Ignore LogConditional issues (#3615)
Logs are stripped in release builds, this is an unnecessary lint
This commit is contained in:
parent
a7001eecb8
commit
c154aaa17d
2 changed files with 3 additions and 484 deletions
|
|
@ -30,6 +30,9 @@
|
|||
Disable these for the time being. -->
|
||||
<issue id="UnusedIds" severity="ignore" />
|
||||
|
||||
<!-- Logs are stripped in release builds. -->
|
||||
<issue id="LogConditional" severity="ignore" />
|
||||
|
||||
<!-- Ensure we are warned about errors in the baseline -->
|
||||
<issue id="LintBaseline" severity="warning" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue