diff options
| author | loic <git-account@loicguegan.fr> | 2016-09-21 08:45:12 +0200 |
|---|---|---|
| committer | loic <git-account@loicguegan.fr> | 2016-09-21 08:45:12 +0200 |
| commit | 64cdf57209fadcd87c2574df4bf6d8293b90098a (patch) | |
| tree | a3de26dfa2d94456da6cda53d792afdb0105131f /.idea/inspectionProfiles/Project_Default.xml | |
Initial commit
Diffstat (limited to '.idea/inspectionProfiles/Project_Default.xml')
| -rw-r--r-- | .idea/inspectionProfiles/Project_Default.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..d87552a --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,10 @@ +<component name="InspectionProjectProfileManager"> + <profile version="1.0"> + <option name="myName" value="Project Default" /> + <inspection_tool class="JpaQlInspection" enabled="false" level="ERROR" 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 |
