Completed
Push — master ( 31b0f1...a1a0e3 )
by Ronnie
11s
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true
tools:
tools:
  external_code_coverage: true
  php_code_sniffer:
      enabled: false
  php_cpd:
      enabled: true
      excluded_dirs: ["test", "vendor"]
  php_cs_fixer:
      enabled: true
      config:
          level: all
      filter:
          paths: ["src/*", "test/*"]
  php_loc:
      enabled: true
  php_mess_detector:
      enabled: true
      filter:
          paths: ["src/*"]
  php_pdepend:
      enabled: true
      excluded_dirs: ["test", "vendor"]
  php_analyzer: true
  php_analyzer:
      filter:
          paths: ["src/*", "test/*"]
  sensiolabs_security_checker: true

Repository Config

filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 2
        spaces:
            around_operators:
                additive: false
                concatenation: false