File: phpstan.neon

package info (click to toggle)
mariadb-mysql-kbs 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 7,516 kB
  • sloc: php: 1,038; javascript: 388; sh: 220; xml: 57; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 249 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
parameters:
        level: max
        paths:
            - src
            - test
        excludePaths:
            - src/merge.php
            - dist/*
            - tmp/*
            - build/*
            - nodes_modules/*
            - vendor/*