For #15640: Increase PrivateResource warning severity to error.

This commit is contained in:
mcarare 2020-12-04 17:21:16 +02:00 committed by Mihai Adrian Carare
parent a9ece01a7b
commit 0a6808d0bc

View File

@ -60,5 +60,7 @@
<issue id="TooDeepLayout" severity="warning" /> <!-- depth can be customized -->
<issue id="TooManyViews" severity="warning" /> <!-- view count can be customized -->
<!-- Correctness: checks with increased severity -->
<issue id="PrivateResource" severity="error" />
</lint>