php-censor/docs/en/plugins/php_loc.md
2017-07-18 20:54:24 +07:00

471 B

Plugin PHPLoc

Runs PHPLoc against your project and records some key metrics.

Configuration

Options

  • directory - Optional - The directory in which phploc should run.

Example

Run PHPLoc against the app directory only. This will prevent inclusion of code from 3rd party libraries that are included outside of the app directory.

test:
  php_loc:
    directory: "app"