Passed
Push — main ( 5d9bd3...09d699 )
by Jonathan
12:32
created

Checkout Config

filter:
   paths: ['app/*', 'resources/*', 'module.php']
   dependency_paths:
      - app/Maps/
   excluded_paths:
      - resources/mappings/
coding_style:
   php:
      indentation:
         general:
            size: 4
build:
   environment:
      php: 8.0

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
filter:
    excluded_paths:
        - 'app/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 44
        spaces:
            around_operators:
                assignment: false