Passed
Push — master ( a4a897...8f47d4 )
by Adam
12:50
created

Repository Config

filter:
    paths:
        - 'app/*'
    excluded_paths:
        - 'app/views/*'
        - 'app/config/*'
        - 'app/database/*'
        - 'app/Console/Commands/Migrate.php'
        - 'app/Console/Commands/Markdown.php'
        - 'app/Services/Markdown/*'
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            before_parentheses:
                closure_definition: true
            around_operators:
                concatenation: true
                
build:
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run