php-censor/docs/en/plugins/php_cpd.md
2018-01-20 16:52:45 +07:00

440 B

Plugin PHP Copy/Paste Detector

Runs PHP Copy/Paste Detector against your build.

Configuration

Options

  • path - Optional - Path in which to run PHP Copy/Paste Detector (default: %BUILD_PATH%).
  • ignore - Optional - A list of files / paths to ignore (default: build_settings > ignore).

Examples

test:
  php_cpd:
    path: "app"
    ignore:
      - "app/my/path"