Completed
Push — 1.0.x ( 2fb331...3889ee )
by Antonio
02:35
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