fix(idea): disable `UnusedVersionCatalogEntry` inspection

False-positives galore :(
This commit is contained in:
Harsh Shandilya 2023-08-19 01:29:51 +05:30
parent b2c7502510
commit 0e96636882
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -2,5 +2,6 @@
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="ReplaceUntilWithRangeUntil" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
<inspection_tool class="UnusedVersionCatalogEntry" enabled="false" level="WARNING" enabled_by_default="false" />
</profile>
</component>