issues
search
UnionOfRAD
/
li3_quality
(unmaintained) Code quality assurance for li₃.
BSD 3-Clause "New" or "Revised" License
12
stars
10
forks
source link
Feature/refactoring
#70
Closed
jails
closed
11 years ago
jails
commented
11 years ago
Simplify the
HasCorrectTabIndention
rule
Generate a
'nestLevel'
value directly from the parser. (any coding style should be a simple shift from this
'nestLevel'
value.
Arrays (as PHP5.4 arrays), String & Heredoc are now parsed and contain their children tokens
Display a warning instead of a failure on multilined control structure.
Fixing a some use cases.
HasCorrectTabIndention
rule'nestLevel'
value directly from the parser. (any coding style should be a simple shift from this'nestLevel'
value.