Merge pull request #1367 from kiwix/macgills/feature/#1319-lint-synthetic-accessor

#1319 update project inspection settings
This commit is contained in:
Seán Mac Gillicuddy 2019-08-14 12:59:23 +01:00 committed by GitHub
commit 15ddc39b61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,7 @@
<inspection_tool class="AndroidLintStringFormatCount" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="AndroidLintSuspiciousImport" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="AndroidLintSwitchIntDef" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="AndroidLintSyntheticAccessor" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="AndroidLintSyntheticAccessor" enabled="false" level="ERROR" enabled_by_default="false" />
<inspection_tool class="AndroidLintTextFields" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="AndroidLintTextViewEdits" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="AndroidLintTooDeepLayout" enabled="true" level="ERROR" enabled_by_default="true" />