-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgrumphp.yml
50 lines (42 loc) · 1.78 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
################################################################################
#
# 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 Config. for Prestashop Module
parameters:
core_dir: "./modules/splashsync/vendor/badpixxel/php-sdk"
mode: "splashsync"
exclude: ['modules/splashsync/vendor', 'docs', 'docker']
# Php Cs Fixer
csfixer-config: "./grumphp/cs.%mode%.php"
# Php Stan
stan-config: "./grumphp/phpstan.neon"
# For Building Splash Documentation
doc-src: '/modules/splashsync/docs'
doc-target: '/public'
doc-contents: ["splash-faq", "php-docker"]
# For Building Splash Module
mod-src: '/modules/splashsync'
mod-target: 'splashsync/'
mod-file: "splashsync.2.8.12"
# For Building Splash Manifest
yml-enable: false
#############################################
# Import Generic + Splash Console Configs
imports:
- { resource: "./modules/splashsync/vendor/badpixxel/php-sdk/grumphp/generic.yml" }
- { resource: "./modules/splashsync/vendor/badpixxel/php-sdk/grumphp/extras.yml" }
- { resource: "./modules/splashsync/vendor/splash/console/src/Resources/grumphp/*.yml" }