Merge pull request #4923 from adangel/fix-checkstyle-config

Fix checkstyle config and checkstyle issues
This commit is contained in:
Juan Martín Sotuyo Dodero
2024-04-04 10:27:23 -03:00
committed by GitHub
50 changed files with 62 additions and 59 deletions

View File

@@ -6,8 +6,8 @@ package net.sourceforge.pmd.lang.julia.cpd;
import org.junit.jupiter.api.Test;
import net.sourceforge.pmd.lang.test.cpd.CpdTextComparisonTest;
import net.sourceforge.pmd.lang.julia.JuliaLanguageModule;
import net.sourceforge.pmd.lang.test.cpd.CpdTextComparisonTest;
class JuliaCpdLexerTest extends CpdTextComparisonTest {
JuliaCpdLexerTest() {