Pass linters in generated code

This commit is contained in:
Juan Martín Sotuyo Dodero 2024-11-15 11:27:07 -03:00
parent ef3a4cc15e
commit 9d15c900db
5 changed files with 8 additions and 5 deletions

View File

@ -18,6 +18,7 @@ import org.antlr.v4.runtime.tree.TerminalNode;
* @deprecated Since 7.8.0. This class was never intended to be generated. It will be removed with no replacement.
*/
@SuppressWarnings("PMD.UncommentedEmptyMethodBody")
@Deprecated
@net.sourceforge.pmd.annotation.Generated("org.antlr.v4.Tool")
public class GherkinBaseListener implements GherkinListener {

View File

@ -6,6 +6,8 @@
// Generated from net/sourceforge/pmd/lang/gherkin/ast/Gherkin.g4 by ANTLR 4.9.3
package net.sourceforge.pmd.lang.gherkin.ast;
// CPD-OFF
import java.util.List;
import org.antlr.v4.runtime.NoViableAltException;