Disable RsMainFunctionNotFound inspection in project default settings.

This commit is contained in:
Till Wegmueller 2025-07-26 17:50:08 +02:00
parent 098c62b645
commit 8c2ec7e965
No known key found for this signature in database

View file

@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="RsMainFunctionNotFound" enabled="false" level="ERROR" enabled_by_default="false" />
</profile>
</component>