Skip to content

Commit

Permalink
LPS-79679 Only enable for master
Browse files Browse the repository at this point in the history
  • Loading branch information
hhuijser authored and brianchandotcom committed Jun 20, 2018
1 parent 93bcf17 commit 6441c74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,9 @@
<check name="JavaFinderImplCustomSQLCheck" />
<check name="JavaLogClassNameCheck" />
<check name="JavaLogLevelCheck" />
<check name="JavaLogParametersCheck" />
<check name="JavaLogParametersCheck">
<property name="enabled" value="false" />
</check>
<check name="JavaMultiPlusConcatCheck" />
<check name="JavaProviderTypeAnnotationCheck" />
<check name="JavaServiceObjectCheck" />
Expand Down
2 changes: 2 additions & 0 deletions source-formatter.properties
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@

source.check.java.jsp.dynamic.include.check.enabled=true

source.check.java.log.parameters.check.enabled=true

source.check.java.module.component.check.allowedClassNames=\
com.liferay.adaptive.media.image.optimizer.AMImageOptimizerUtil,\
com.liferay.application.list.PanelAppRegistry,\
Expand Down

0 comments on commit 6441c74

Please sign in to comment.