forked from phoedos/pmd
Add ruleset factory tests for all languages
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
/**
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
package net.sourceforge.pmd;
|
||||
|
||||
|
||||
/**
|
||||
* Test javascript's rulesets
|
||||
*/
|
||||
public class RuleSetFactoryTest extends AbstractRuleSetFactoryTest {
|
||||
// no additional tests yet
|
||||
}
|
Reference in New Issue
Block a user