summaryrefslogtreecommitdiff
path: root/vendor/chillerlan/php-qrcode/.scrutinizer.yml
blob: 2a7e7028b6fe918abd16f2c9e85e1521f2fb0b89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
build:
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run
  environment:
    php: 8.0.0

filter:
  excluded_paths:
    - examples/*
    - tests/*
    - vendor/*
    - .github/*
    - .phan/*