Disable 'Use Lombok Getter' IntelliJ inspection

This commit is contained in:
Moritz Halbritter
2023-07-27 16:33:33 +02:00
parent b1a3dad16c
commit 96796cc9b5

View File

@@ -1,6 +1,7 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="LombokGetterMayBeUsed" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="UnqualifiedFieldAccess" enabled="true" level="ERROR" enabled_by_default="true" editorAttributes="ERRORS_ATTRIBUTES" />
</profile>
</component>