mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-03 18:40:52 +08:00
17 lines
323 B
Plaintext
17 lines
323 B
Plaintext
|
|
includes:
|
||
|
|
- vendor/larastan/larastan/extension.neon
|
||
|
|
- vendor/nesbot/carbon/extension.neon
|
||
|
|
|
||
|
|
parameters:
|
||
|
|
|
||
|
|
paths:
|
||
|
|
- app/
|
||
|
|
|
||
|
|
# Level 10 is the highest level
|
||
|
|
level: 5
|
||
|
|
|
||
|
|
ignoreErrors:
|
||
|
|
- '#Negated boolean expression is always false\.#'
|
||
|
|
|
||
|
|
# excludePaths:
|
||
|
|
# - ./*/*/FileToBeExcluded.php
|