-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrumphp.yml
28 lines (26 loc) · 1003 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 SplashSync Project.
# *
# * Copyright (C) Splash Sync <www.splashsync.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.
# *
# * @author Bernard Paquier <[email protected]>
#
################################################################################
#############################################
# Override Default Config.
parameters:
mode: "splashsync"
# Php Stan
stan_config: "./tests/grumphp/phpstan.neon"
#############################################
# Import Generic + Splash Console Configs
imports:
- { resource: "./vendor/badpixxel/php-sdk/grumphp/generic.yml" }