-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrumphp.yml
28 lines (24 loc) · 968 Bytes
/
grumphp.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
################################################################################
#
# * This file is part of BadPixxel Dolibarr Helper Library.
# *
# * Copyright (C) 2015-2019 BadPixxel <www.badpixxel.com>
# *
# * This program is distributed in the hope that it will be useful,
# * but WITHOUT ANY WARRANTY; without even the implied warranty of
# * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# *
# * For the full copyright and license information, please view the LICENSE
# * file that was distributed with this source code.
#
################################################################################
#############################################
# Local Config
parameters:
mode: "badpixxel"
# Php Stan
stan-config: "./src/Resources/grumphp/phpstan.neon"
#############################################
# Import Config. from Generic Bundle
imports:
- { resource: "./vendor/badpixxel/php-sdk/grumphp/generic.yml" }