Update inspection profile for exclude property naming in Gradle

Probably this settings was not correctly imported.
Affected: Inspection profile, verify that properties in versionsConfig.kt are not flagged as incorrect name

MAILAND-896
This commit is contained in:
Davide Farella 2020-09-01 09:48:33 +02:00 committed by Davide Giuseppe Farella
parent e20a40a6dc
commit 032c3bc959
3 changed files with 15 additions and 25 deletions

View File

@ -9,9 +9,18 @@
<JetCodeStyleSettings>
<option name="PACKAGES_TO_USE_STAR_IMPORTS">
<value>
<package name="studio.forface.easygradle.dsl" withSubpackages="false" static="false" />
<package name="studio.forface.easygradle.dsl.android" withSubpackages="false" static="false" />
<package name="kotlinx.android.synthetic" withSubpackages="true" static="false" />
<package name="studio.forface.easygradle.dsl" alias="false" withSubpackages="false" />
<package name="studio.forface.easygradle.dsl.android" alias="false" withSubpackages="false" />
<package name="kotlinx.android.synthetic" alias="false" withSubpackages="true" />
</value>
</option>
<option name="PACKAGES_IMPORT_LAYOUT">
<value>
<package name="" alias="false" withSubpackages="true" />
<package name="java" alias="false" withSubpackages="true" />
<package name="javax" alias="false" withSubpackages="true" />
<package name="kotlin" alias="false" withSubpackages="true" />
<package name="" alias="true" withSubpackages="true" />
</value>
</option>
<option name="NAME_COUNT_TO_USE_STAR_IMPORT" value="2147483647" />

View File

@ -16,7 +16,9 @@
<scope name="Gradle files" level="None" enabled="false" />
</inspection_tool>
<inspection_tool class="IncompatibleAPI" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="ObjectPropertyName" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
<inspection_tool class="ObjectPropertyName" enabled="true" level="WEAK WARNING" enabled_by_default="true">
<scope name="Gradle files" level="None" enabled="true" />
</inspection_tool>
<inspection_tool class="RemoveRedundantBackticks" enabled="true" level="WARNING" enabled_by_default="true">
<scope name="Gradle files" level="None" enabled="true" />
</inspection_tool>

View File

@ -1,26 +1,5 @@
<!--
Copyright (c) 2020 Proton Technologies AG
This file is part of ProtonMail.
ProtonMail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
ProtonMail is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with ProtonMail. If not, see https://www.gnu.org/licenses/.
-->
<component name="InspectionProjectProfileManager">
<settings>
<option name="PROJECT_PROFILE" value="Default" />
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
<info color="525229">
<option name="myName" value="None" />
<option name="myVal" value="50" />