Browse Source

Disable 'Use Lombok Getter' IntelliJ inspection

pull/36614/head
Moritz Halbritter 2 years ago
parent
commit
96796cc9b5
  1. 1
      .idea/inspectionProfiles/Project_Default.xml

1
.idea/inspectionProfiles/Project_Default.xml

@ -1,6 +1,7 @@ @@ -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>
Loading…
Cancel
Save