Completed
Push — 1.0.x ( e74f2d...235ffe )
by Antonio
02:30
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true
filter:
  paths: ["src/*"]
  excluded_paths:
    - vendor/*
    - drupal/*
tools:
  php_analyzer: true
  php_changetracking: true
  php_mess_detector: true
  php_code_sniffer:
    config:
      standard: Drupal,DrupalPractice

Repository Config

checks:
  php:
    code_rating: true
    duplication: true
filter:
  paths: ["src/*"]
  excluded_paths:
    - vendor/*
tools:
  php_analyzer: true
  php_changetracking: true
  php_mess_detector: true
  php_code_sniffer:
    config:
      standard: Drupal,DrupalPractice