Upgrade to PMD 7.0.0-rc3
This commit is contained in:
parent
137a8b1849
commit
bc091e44c5
3 changed files with 5 additions and 28 deletions
|
@ -72,13 +72,6 @@ class PmdOperationTest {
|
|||
assertThat(f.delete()).as("delete file").isTrue();
|
||||
}
|
||||
|
||||
@Test
|
||||
void testDebug() {
|
||||
var pmd = newPmdOperation().ruleSets(CATEGORY_FOO).debug(true);
|
||||
var config = pmd.initConfiguration(COMMAND_NAME);
|
||||
assertThat(config.isDebug()).isTrue();
|
||||
}
|
||||
|
||||
@Test
|
||||
void testEncoding() {
|
||||
var pmd = newPmdOperation().ruleSets(CATEGORY_FOO).encoding("UTF-16");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue