Skip to content

Commit 09a1253

Browse files
committed
Ignore spotbugs warnings in generated code.
1 parent 0a23ad8 commit 09a1253

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

truffle/mx.truffle/suite.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,7 @@
686686
"annotationProcessors" : ["TRUFFLE_DSL_PROCESSOR"],
687687
"checkstyle" : "com.oracle.truffle.api",
688688
"javaCompliance" : "17+",
689+
"spotbugsIgnoresGenerated" : True,
689690
"workingSets" : "API,Truffle",
690691
"graalCompilerSourceEdition": "ignore",
691692
},

0 commit comments

Comments
 (0)