Passed
Push — master ( 251b1a...cf6e60 )
by Gaetano
08:24
created

Repository Config

build:
  image: default-bionic
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run

filter:
    excluded_paths:
        - 'test/*'
    dependency_paths:    
        - 'vendor/'        

checks:
    php: true

coding_style:
    php:
        indentation:
            general:
                use_tabs: false
        spaces:
            around_operators:
                relational: false
                additive: false

# we run code-coverage in github builds, no need to run it 
tools:
    external_code_coverage: true