Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 125f3e59 authored by Gabor Keszthelyi's avatar Gabor Keszthelyi Committed by Marten Gajda
Browse files

Disable IntelliJ suggestion for package-private usage. #587 (#588)

parent 62e6af83
Loading
Loading
Loading
Loading
+17 −4
Original line number Diff line number Diff line
<component name="InspectionProjectProfileManager">
    <profile version="1.0">
    <option name="myName" value="Project Default" />
    <inspection_tool class="AndroidLintRtlHardcoded" enabled="false" level="WARNING" enabled_by_default="false" />
        <option name="myName"
                value="Project Default"/>
        <inspection_tool class="AndroidLintRtlHardcoded"
                enabled="false"
                level="WARNING"
                enabled_by_default="false"/>
        <inspection_tool class="WeakerAccess"
                enabled="true"
                level="WARNING"
                enabled_by_default="true">
            <option name="SUGGEST_PACKAGE_LOCAL_FOR_MEMBERS"
                    value="false"/>
            <option name="SUGGEST_PACKAGE_LOCAL_FOR_TOP_CLASSES"
                    value="false"/>
        </inspection_tool>
    </profile>
</component>
 No newline at end of file