Skip to content

Commit

Permalink
Moving rules and standard into http://github.com/UnionOfRAD/phpca.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuswilms committed Feb 3, 2010
1 parent cb9ddc9 commit 7a3acb1
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 683 deletions.
43 changes: 0 additions & 43 deletions config/phpca_lithium_standard.ini

This file was deleted.

2 changes: 1 addition & 1 deletion extensions/command/Syntax.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function run($path) {
$app = new Application(getcwd());
$app->registerProgressPrinter($this);

$file = LITHIUM_APP_PATH . '/config/phpca_lithium_standard.ini';
$file = LITHIUM_APP_PATH . '/libraries/phpca/src/Standard/lithium.ini';

$config = new Configuration(getcwd());
$config->setStandard(parse_ini_file($file, true));
Expand Down
49 changes: 0 additions & 49 deletions extensions/phpca/Rule/ConstantsUppercaseRule.php

This file was deleted.

68 changes: 0 additions & 68 deletions extensions/phpca/Rule/DocTagsOrderRule.php

This file was deleted.

40 changes: 0 additions & 40 deletions extensions/phpca/Rule/EmptyLineBeforeCloseTagRule.php

This file was deleted.

67 changes: 0 additions & 67 deletions extensions/phpca/Rule/FunctionParametersMustBeDocumentedRule.php

This file was deleted.

33 changes: 0 additions & 33 deletions extensions/phpca/Rule/MaximumLineLengthRule.php

This file was deleted.

35 changes: 0 additions & 35 deletions extensions/phpca/Rule/NoEmptyLineBeforeClassCloseRule.php

This file was deleted.

30 changes: 0 additions & 30 deletions extensions/phpca/Rule/NoEolAtEofRule.php

This file was deleted.

Loading

0 comments on commit 7a3acb1

Please sign in to comment.