Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
98 righe
2.7 KiB
98 righe
2.7 KiB
## |
|
## Exclusions |
|
## |
|
|
|
# |
|
# Input a list of comma delimited paths that will be excluded by the source |
|
# formatter. |
|
# |
|
source.formatter.excludes=\ |
|
**/.git/**,\ |
|
**/bin/**,\ |
|
**/classes/**,\ |
|
**/test-classes/**,\ |
|
**/test-coverage/**,\ |
|
**/test-results/**,\ |
|
**/tmp/** |
|
|
|
# |
|
# Input a list of comma delimited file names that are allowed to call |
|
# session.createSQLQuery instead of session.createSynchronizedSQLQuery. See |
|
# LPS-42599. |
|
# |
|
hibernate.sql.query.excludes= |
|
|
|
# |
|
# Input a list of comma delimited file names that are allowed to have |
|
# unalphabetized Java terms. In addition these files are allowed to have |
|
# nonfinal variables that are capitalized. |
|
# |
|
javaterm.sort.excludes= |
|
|
|
# |
|
# Input a list of comma delimited file names that are allowed to surpass the |
|
# 80 column limit. |
|
# |
|
line.length.excludes=\ |
|
portlets/calendar-portlet/docroot/WEB-INF/src/com/liferay/calendar/lar/CalendarPortletDataHandler.java@132 |
|
|
|
# |
|
# Input a list of comma delimited portlet XML files names that are allowed |
|
# to have non-numerical portlet-name elements. |
|
# |
|
numerical.portlet.name.element.excludes= |
|
|
|
# |
|
# Input a list of comma delimited paths that are allowed to run outside the |
|
# portal. For files that match any of these paths, we skip source formatting |
|
# rules that enforce calling portal methods. |
|
# |
|
run.outside.portal.excludes= |
|
|
|
# |
|
# Input a list of comma delimited file names that are allowed to use |
|
# java.security.SecureRandom. See LPS-39508. |
|
# |
|
secure.random.excludes= |
|
|
|
# |
|
# Input a list of comma delimited file names that are allowed to have |
|
# nonstatic _log variables. |
|
# |
|
static.log.excludes= |
|
|
|
# |
|
# Input a list of comma delimited XML file names that are allowed to have |
|
# lines that start with spaces. |
|
# |
|
xml.excludes=\ |
|
portlets/sample-struts-liferay-portlet/docroot/WEB-INF/validator-rules.xml,\ |
|
portlets/sample-struts-portlet/docroot/WEB-INF/validator-rules.xml,\ |
|
webs/solr4-web/docroot/WEB-INF/conf/solrconfig.xml |
|
|
|
## |
|
## Miscellaneous |
|
## |
|
|
|
# |
|
# Specify incorrect and excpected parameters for the methods |
|
# LanguageUtil.get and LanguageUtil.format. See LPS-47682. |
|
# |
|
languageutil.expected.parameter=pageContext |
|
languageutil.incorrect.parameter=request |
|
|
|
# |
|
# Set this property to true to add the release version to deprecated Java |
|
# terms. |
|
# |
|
add.missing.deprecation.release.version=false |
|
|
|
## |
|
## Portal Compat |
|
## |
|
|
|
# |
|
# Set this property to true to force plugins to use classes from the portal |
|
# compat JAR if possible. |
|
# |
|
use.portal.compat.import=true |