# HG changeset patch # User Josef Eisl # Date 1396285669 -7200 # Node ID b7afc71535d33213f0af57657271a253b773577d # Parent 162d8fe8901764aeca4d2d502cdb3be4c34f8bf7 Disable checkstyle in mx gate. diff -r 162d8fe89017 -r b7afc71535d3 mx/mx_graal.py --- a/mx/mx_graal.py Mon Mar 31 18:05:20 2014 +0200 +++ b/mx/mx_graal.py Mon Mar 31 19:07:49 2014 +0200 @@ -1140,11 +1140,6 @@ build(['--no-native', '--force-javac']) tasks.append(t.stop()) - t = Task('Checkstyle') - if mx.checkstyle([]) != 0: - t.abort('Checkstyle warnings were found') - tasks.append(t.stop()) - t = Task('Checkheaders') if checkheaders([]) != 0: t.abort('Checkheaders warnings were found')