Add categories.properties files

This commit is contained in:
Andreas Dangel
2017-11-06 21:58:53 +01:00
parent b1665cf6c1
commit 6bba28acbe
12 changed files with 192 additions and 3 deletions

View File

@ -0,0 +1,17 @@
#
# BSD-style license; for more info see http://pmd.sourceforge.net/license.html
#
rulesets.filenames=\
category/ecmascript/bestpractices.xml,\
category/ecmascript/codestyle.xml,\
category/ecmascript/errorprone.xml
#
#empty categories:
#
#category/ecmascript/design.xml,
#category/ecmascript/documentation.xml,
#category/ecmascript/multithreading.xml,
#category/ecmascript/performance.xml,
#category/ecmascript/security.xml,