Skip to content

Commit 0e3d6ce

Browse files
committed
Use spotbugsIgnoresGenerated as findbugsIgnoresGenerated is no longer recognized since GR-65583
1 parent dee7152 commit 0e3d6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.truffleruby/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
"checkstyleVersion": "10.7.0",
314314
"checkstyle": "org.truffleruby",
315315
"workingSets": "TruffleRuby",
316-
"findbugsIgnoresGenerated": True,
316+
"spotbugsIgnoresGenerated": True,
317317
"license": [
318318
"EPL-2.0", # JRuby (we choose EPL out of EPL,GPL,LGPL)
319319
"BSD-new", # Rubinius

0 commit comments

Comments
 (0)