changeset 11526:db297343d44e

added pylint to gate
author Doug Simon <doug.simon@oracle.com>
date Wed, 04 Sep 2013 14:56:30 +0200
parents 75a7d4b79b29
children c99e65785936
files mx/commands.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mx/commands.py	Wed Sep 04 14:54:48 2013 +0200
+++ b/mx/commands.py	Wed Sep 04 14:56:30 2013 +0200
@@ -981,6 +981,10 @@
     total = Task('Gate')
     try:
 
+        t = Task('Pylint')
+        pylint([])
+        tasks.append(t.stop())
+
         t = Task('Clean')
         cleanArgs = []
         if not args.cleanNative: