Thursday July 21
-
nate created Docblocks properly indented
A rule should be implemented which checks docblocks for proper indentation. F...
-
Thursday July 07
-
nate created Spaces within parentheses
The syntax rules should catch things like this: {{{ if ( isset($config['p...
-
Tuesday May 24
-
agborkowski created ControlStructuresSpacingRule error
###What happened: - root@debian:~/lithium_qa# li3 syntax /var/www/holicon/ap...
-
Monday April 11
-
nate created No tabs within lines
While tabs should always be used to indent at the start of a line, tabs shoul...
-
Tuesday August 24
-
nate created Keyword check should account for HEREDOCs
For example: {{{ [Failed ] syntax check of `libraries/lithium/tests/cases...
-
nate created Rule for `while` loop should be updated to account for `do` loops
Currently, the QA rules always expect a `while (...)` statement to be followe...
-
Tuesday March 02
-
gwoo created Add method cast rule for $config and $options
```__construct(array $config = array()) {``` ```write($key, array $option...
-