Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 440 Bytes

php_cpd.md

File metadata and controls

22 lines (16 loc) · 440 Bytes

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"