diff options
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/inspectionProfiles/Project_Default.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 00000000..9223ff2c --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,15 @@ +<component name="InspectionProjectProfileManager"> + <profile version="1.0"> + <option name="myName" value="Project Default" /> + <inspection_tool class="FieldCanBeLocal" enabled="true" level="WARNING" enabled_by_default="true"> + <option name="EXCLUDE_ANNOS"> + <value> + <list size="1"> + <item index="0" class="java.lang.String" itemvalue="androidx.room.ColumnInfo" /> + </list> + </value> + </option> + <option name="IGNORE_FIELDS_USED_IN_MULTIPLE_METHODS" value="true" /> + </inspection_tool> + </profile> +</component>
\ No newline at end of file |