aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/chillerlan/php-settings-container/.scrutinizer.yml
blob: daeb475f4cbc187e9c0f2c937763934abca50048 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
build:
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run
  environment:
    php: 8.0.0

filter:
  excluded_paths:
    - examples/*
    - tests/*
    - vendor/*