inc/CommitCheck/BlankLines.php
authorAlan Knowles <alan@akbkhome.com>
Wed, 26 Jan 2011 08:44:17 +0000 (16:44 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 26 Jan 2011 08:44:17 +0000 (16:44 +0800)
inc/CommitCheck/BlankLines.php

index 0ad3bec..df106c5 100644 (file)
@@ -50,7 +50,7 @@ class MTrackCommitCheck_BlankLines implements IMTrackCommitListener
         }
         
         if (($total / count($lines)) > 0.2) {
-            return "More than 20% of $filename is blank lines";
+            return "More than 20% of $filename is blank lines - tidy up the file before committing";
         }