-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.scrutinizer.yml
73 lines (72 loc) · 2.66 KB
/
.scrutinizer.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# language: php
build:
environment:
php: 8.0.11
nodes:
tests: true
analysis:
dependencies:
after:
# The following installs the most recent XOOPS CMS version, you might want
# to install a specific release tag or branch instead.
- git clone --depth=1 https://github.com/XOOPS/XoopsCore25
- git clone --depth=1 https://github.com/mambax7/tag
- git clone --depth=1 https://github.com/mambax7/adslight
- git clone --depth=1 https://github.com/mambax7/ams
- git clone --depth=1 https://github.com/mambax7/apcal
- git clone --depth=1 https://github.com/mambax7/extcal
- git clone --depth=1 https://github.com/mambax7/extgallery
- git clone --depth=1 https://github.com/mambax7/lexikon
- git clone --depth=1 https://github.com/mambax7/myalbum
- git clone --depth=1 https://github.com/mambax7/mylinks
- git clone --depth=1 https://github.com/mambax7/newbb
- git clone --depth=1 https://github.com/mambax7/news
- git clone --depth=1 https://github.com/mambax7/oledrion
- git clone --depth=1 https://github.com/mambax7/publisher
- git clone --depth=1 https://github.com/mambax7/smartfaq
- git clone --depth=1 https://github.com/mambax7/smartpartner
- git clone --depth=1 https://github.com/mambax7/wfdownloads
- git clone --depth=1 https://github.com/mambax7/wflinks
- git clone --depth=1 https://github.com/mambax7/xoopstube
- git clone --depth=1 https://github.com/mambax7/wgdiaries
- git clone --depth=1 https://github.com/mambax7/wggallery
- git clone --depth=1 https://github.com/mambax7/wggithub
- git clone --depth=1 https://github.com/mambax7/wglinks
- git clone --depth=1 https://github.com/mambax7/wgsimpleacc
- git clone --depth=1 https://github.com/mambax7/wgteams
- git clone --depth=1 https://github.com/mambax7/wgtimelines
- git clone --depth=1 https://github.com/mambax7/wgtransifex
project_setup:
override: true
tests:
override:
- php-scrutinizer-run --enable-security-analysis
filter:
dependency_paths:
- XoopsCore25/*
- tag/*
- adslight/*
- ams/*
- apcal/*
- extcal/*
- extgallery/*
- lexikon/*
- myalbum/*
- mylinks/*
- newbb/*
- news/*
- oledrion/*
- publisher/*
- smartfaq/*
- smartpartner/*
- wfdownloads/*
- wflinks/*
- xoopstube/*
- wgdiaries/*
- wggallery/*
- wggithub/*
- wglinks/*
- wgsimpleacc/*
- wgteams/*
- wgtimelines/*
- wgtransifex/*