24 lines
497 B
Plaintext
24 lines
497 B
Plaintext
includes:
|
|
- vendor/larastan/larastan/extension.neon
|
|
- vendor/nesbot/carbon/extension.neon
|
|
|
|
parameters:
|
|
|
|
paths:
|
|
- app/
|
|
- resources/views/
|
|
|
|
# Level 10 is the highest level
|
|
level: 5
|
|
|
|
ignoreErrors:
|
|
-
|
|
message: '#Expression "new .*" on a separate line does not do anything#'
|
|
path: resources/views/*.blade.php
|
|
|
|
# ignoreErrors:
|
|
# - '#PHPDoc tag @var#'
|
|
#
|
|
# excludePaths:
|
|
# - ./*/*/FileToBeExcluded.php
|