alex-5zi/hexlet-psr-linter

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
Makefile
README.md
bin/hexlet-psr-linter
composer.json
composer.lock
phpunit.xml
src/CLI.php237
D
1 day
src/Exceptions/CLIException.php5
src/Linter/Linter.php32
src/Linter/LinterUtils.php36
A
25 mins
src/Linter/LinterVisitor.php43
src/Linter/Rules/AutoLoadRules.php34
src/Linter/Rules/ClassNameRule.php52
src/Linter/Rules/FunctionNameRule.php101
src/Linter/Rules/RuleInterface.php12
src/Linter/Rules/SideEffectsRule.php66
src/Linter/Rules/VariableNameRule.php98
A
1 hr
src/Reporter/Reporter.php46
src/Reporter/Route.php7
src/Reporter/Routes/ArrayRoute.php17