aboutsummaryrefslogtreecommitdiffstats
path: root/.idea
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-03-27 19:28:52 +0000
committerKenny Root <kenny@the-b.org>2015-03-27 19:28:52 +0000
commit2f67031a6bba2c222d23a642bf6dcf82355b1c1f (patch)
treebda011f31db745351ef1a8c95110d6d7f1207e18 /.idea
parent9220444f0aeea673bb164b02d9fecca210e8ade4 (diff)
downloadconnectbot-2f67031a6bba2c222d23a642bf6dcf82355b1c1f.tar.gz
connectbot-2f67031a6bba2c222d23a642bf6dcf82355b1c1f.tar.bz2
connectbot-2f67031a6bba2c222d23a642bf6dcf82355b1c1f.zip
Android Studio: add inspection profiles
Diffstat (limited to '.idea')
-rw-r--r--.idea/inspectionProfiles/Project_Default.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 0000000..2071d1a
--- /dev/null
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,11 @@
+<component name="InspectionProjectProfileManager">
+ <profile version="1.0" is_locked="false">
+ <option name="myName" value="Project Default" />
+ <option name="myLocal" value="false" />
+ <inspection_tool class="AndroidLintUnusedAttribute" enabled="false" level="WARNING" enabled_by_default="false" />
+ <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>
+ </profile>
+</component> \ No newline at end of file