Suppress style warnings on generated file

This commit is contained in:
Juan Martín Sotuyo Dodero 2024-11-14 16:55:55 -03:00
parent 178f9541e2
commit 0cf8f2c18b

View File

@ -2,6 +2,7 @@
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
// CHECKSTYLE:OFF
// Generated from net/sourceforge/pmd/lang/kotlin/ast/UnicodeClasses.g4 by ANTLR 4.9.3
package net.sourceforge.pmd.lang.kotlin.ast;
@ -394,4 +395,4 @@ public class UnicodeClasses extends Lexer {
_decisionToDFA[i] = new DFA(_ATN.getDecisionState(i), i);
}
}
}
}