Pass linters in generated code
This commit is contained in:
1 parent
ef3a4cc15e
commit
9d15c900db
2 files changed
+3
No files matched your search
+1
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in new issue
Block a user