diff mx/mx_graal.py @ 14905:b7afc71535d3

Disable checkstyle in mx gate.
author Josef Eisl <josef.eisl@jku.at>
date Mon, 31 Mar 2014 19:07:49 +0200
parents fdb912b1eb7b
children 31a9c79399c8
line wrap: on
line diff
--- 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')