codeclimate/codeclimate-phpmd

View on GitHub
Runner.php

Summary

Maintainability
A
0 mins
Test Coverage

The method queueDirectory uses an else expression. Else clauses are basically not necessary and you can simplify the code by not using them.
Open

        } else {
            $this->queuePaths($dir, $prefix, $this->config['exclude_paths']);
        }
Severity: Minor
Found in Runner.php by phpmd

Avoid variables with short names like $r. Configured minimum length is 3.
Open

        foreach ($configRulesets as &$r) {
Severity: Minor
Found in Runner.php by phpmd

There are no issues that match your filters.

Category
Status