Passed
Pull Request — scrutinizer-patch-1 (#7)
by Luca
13:31 queued 05:29
created

Checkout Config

build:
  nodes:
    analysis:
      project_setup:
        override:
          - 'true'
      tests:
        override:
          - php-scrutinizer-run
          -
            command: phpcs-run
            use_website_config: true
checks:
  php: true
filter:
  excluded_paths:
    - "tests/"
    # Everything in a root level "tests" directory will be excluded
tools:
  external_code_coverage: true

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
checks:
    php:
        fix_line_ending: true

coding_style:
    php:
        spaces:
            around_operators:
                assignment: false
            within:
                brackets: true
filter: {  }