Skip to content

Commit

Permalink
Rename profile name used by inspections.xml
Browse files Browse the repository at this point in the history
Previously, it used "Default" which had it overwrite the IDE's
default settings for *all projects*. This is obviously not
desireable.
  • Loading branch information
jellysquid3 committed Apr 15, 2024
1 parent 43bc968 commit 373aa28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions idea/inspections.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Default"/>
<option name="myName" value="CaffeineMC/Sodium"/>
<inspection_tool class="CStyleArrayDeclaration" enabled="true" level="ERROR" enabled_by_default="true"/>
<inspection_tool class="EqualsCalledOnEnumConstant" enabled="true" level="WARNING" enabled_by_default="true"/>
<inspection_tool class="FallthruInSwitchStatement" enabled="true" level="WARNING" enabled_by_default="true"/>
Expand All @@ -13,4 +13,4 @@
<inspection_tool class="UnqualifiedFieldAccess" enabled="true" level="WARNING" enabled_by_default="true"/>
<inspection_tool class="UnqualifiedMethodAccess" enabled="true" level="WARNING" enabled_by_default="true"/>
</profile>
</component>
</component>

0 comments on commit 373aa28

Please sign in to comment.