forked from lesliewong92/com-liferay-journal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsource-formatter.properties
28 lines (23 loc) · 953 Bytes
/
source-formatter.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
##
## Exclusions
##
## See https://github.com/liferay/liferay-portal/blob/master/portal-impl/src/source-formatter.properties
## for available properties.
##
javaterm.sort.excludes=\
journal-service/src/main/java/com/liferay/journal/transformer/RegexTransformerUtil.java@_log
line.length.excludes=\
journal-service/src/main/java/com/liferay/journal/configuration/JournalServiceConfigurationKeys.java,\
journal-service/src/main/java/com/liferay/journal/configuration/JournalServiceConfigurationValues.java
add.missing.deprecation.release.version=true
##
## General Source Formatting
##
#
# Input a list of comma delimited *Util class names that should not be
# called directly in modules. Instead the service reference should be used.
# See LPS-69661.
#
service.reference.util.class.names=\
com.liferay.portal.kernel.util.HttpUtil,\
com.liferay.portal.kernel.util.PortalUtil