Skip to content

Commit 3b3aeb4

Browse files
committed
added sigtest to style gate
1 parent f4e7871 commit 3b3aeb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2047,6 +2047,8 @@ def python_style_checks(args):
20472047
mx.command_function("eclipseformat")(["--primary"])
20482048
if "--no-spotbugs" not in args:
20492049
mx.command_function("spotbugs")([])
2050+
if "--no-sigcheck" not in args:
2051+
mx.command_function("sigtest")([])
20502052

20512053

20522054
def python_checkcopyrights(args):

0 commit comments

Comments
 (0)