diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2018-05-21 16:13:28 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2018-05-21 16:13:28 +0300 |
commit | e94df7be47eef5b8305c291037a6b15852647eb8 (patch) | |
tree | 9d415e41e895122e7d816f1e348fe0b42a2d7722 /.idea/inspectionProfiles/Project_Default.xml | |
parent | ab3621abcc468cead0206d3c45f200f6c9ea10b9 (diff) | |
download | dokka-e94df7be47eef5b8305c291037a6b15852647eb8.tar.gz dokka-e94df7be47eef5b8305c291037a6b15852647eb8.tar.bz2 dokka-e94df7be47eef5b8305c291037a6b15852647eb8.zip |
Flush .idea/*.xml changes
Diffstat (limited to '.idea/inspectionProfiles/Project_Default.xml')
-rw-r--r-- | .idea/inspectionProfiles/Project_Default.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 710a3bbe..06bda8c9 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,12 +1,7 @@ -<?xml version="1.0" encoding="UTF-8"?> <component name="InspectionProjectProfileManager"> <profile version="1.0"> <option name="myName" value="Project Default" /> - <option name="myLocal" value="true" /> - <inspection_tool class="LoggerInitializedWithForeignClass" enabled="false" level="WARNING" enabled_by_default="false"> - <option name="loggerClassName" value="org.apache.log4j.Logger,org.slf4j.LoggerFactory,org.apache.commons.logging.LogFactory,java.util.logging.Logger" /> - <option name="loggerFactoryMethodName" value="getLogger,getLogger,getLog,getLogger" /> - </inspection_tool> + <inspection_tool class="MemberVisibilityCanPrivate" enabled="false" level="WEAK WARNING" enabled_by_default="false" /> <inspection_tool class="PackageDirectoryMismatch" enabled="false" level="WARNING" enabled_by_default="false" /> </profile> </component>
\ No newline at end of file |