forked from lechimp-p/dicto.php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ilias.config.yaml
62 lines (62 loc) · 1.49 KB
/
ilias.config.yaml
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
project:
root: "~/Downloads/ILIAS"
storage: "/tmp/dicto/"
rules: "./ilias.rules"
reports:
-
name: "diff"
class: "DiffPerRule"
target: "diff_per_rule.html"
config:
template: "diff_per_rule_bootstrap"
source_url: "https://github.com/ILIAS-eLearning/ILIAS/blob/{COMMIT}/{FILE}#L{LINE}"
-
name: "total"
class: "TotalPerRule"
target: "php://stdout"
analysis:
ignore:
- ".*\\.swp"
- ".git"
- "composer"
- ".*/lib"
- ".*/test"
- "dicto"
- "libs"
- "Modules/Chatroom/chat"
- "Services/ActiveRecord/Fields/Converter/templates"
- "Services/Mail/phpmailer"
- "Services/PDFGeneration/classes/tcpdf"
- "Services/Object/test/testmodule[.]xml"
- "setup/sql"
- ".*/HFile_.*"
- ".*lang"
- ".*[.]dtd"
- ".*[.]exe"
- ".*[.]eot"
- ".*[.]gif"
- ".*[.]graffle"
- ".*[.]ico"
- ".*[.]jar"
- ".*[.]java"
- ".*[.]jpeg"
- ".*[.]jpg"
- ".*[.]js"
- ".*[.]mp3"
- ".*[.]mp4"
- ".*[.]ogg"
- ".*[.]png"
- ".*[.]psd"
- ".*[.]rdf"
- ".*[.]svg"
- ".*[.]swf"
- ".*[.]ttf"
- ".*[.]woff"
- ".*[.]woff2"
- ".*[.]xap"
- ".*[.]xls"
- ".*[.]xml"
- ".*[.]xpi"
- ".*[.]xsd"
- ".*[.]xsl"
- ".*[.]zip"