PHPCheckstyle Code
                
                Brought to you by:
                
                    hkodungallur,
                    
                
                    tchule
                    
                
            
            
        
        
        
    --- a/trunk/PhpCheckstyle/RELEASE_NOTES.txt +++ b/trunk/PhpCheckstyle/RELEASE_NOTES.txt @@ -1,5 +1,12 @@ PHPCheckstyle Release Notes =========================== + +Version 0.10.7 +-------------- +* Issue 43: False positive for "The function throws an exception" +* Issue 41: False positive : The statement 'while' must contain its code within a {} block. +* Issue 24: Line length checking of non-PHP code should be toggleable in a config option. +* Issue 1 : Refactoring of the code Version 0.10.6 --------------
--- a/trunk/PhpCheckstyle/run.php +++ b/trunk/PhpCheckstyle/run.php @@ -1,13 +1,5 @@ #!/usr/bin/php <?php -/* - * $Id: run.php 27242 2005-07-21 01:21:42Z hkodungallur $ -* -* Copyright(c) 2004-2005, SpikeSource Inc. All Rights Reserved. -* Licensed under the Open Source License version 2.1 -* (See http://www.spikesource.com/license.html) -*/ - /** * CLI file to run the PHPCheckstyle */ @@ -88,7 +80,6 @@ define("PHPCHECKSTYLE_HOME_DIR", dirname(__FILE__)); require_once PHPCHECKSTYLE_HOME_DIR."/src/PHPCheckstyle.php"; -require_once PHPCHECKSTYLE_HOME_DIR."/src/util/Utility.php"; define("CONFIG_FILE", $options['config']); define("DEBUG", $options['debug']);