-
Notifications
You must be signed in to change notification settings - Fork 5
/
buildout.cfg
52 lines (43 loc) · 1.09 KB
/
buildout.cfg
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
[buildout]
extends =
https://raw.github.com/collective/buildout.plonetest/master/test-5.2.x.cfg
https://raw.github.com/collective/buildout.plonetest/master/qa.cfg
base.cfg
newest = false
parts +=
code-analysis
i18ndude
omelette
pylint
rebuild_i18n-sh
[code-analysis]
recipe = plone.recipe.codeanalysis[recommended]
directory = ${buildout:directory}/src/collective/fingerpointing
clean-lines = True
multiprocessing = True
pre-commit-hook = True
return-status-codes = True
flake8 = True
flake8-ignore = P001,T000
[instance]
zope-conf-additional +=
<product-config collective.fingerpointing>
audit-log ${buildout:directory}/var/log/audit.log
audit-log-max-size 0
audit-log-old-files 1
</product-config>
[i18ndude]
recipe = zc.recipe.egg
eggs = i18ndude
[omelette]
recipe = collective.recipe.omelette
eggs = ${test:eggs}
[pylint:python2]
recipe = zc.recipe.egg
eggs = pylint<1.9.9999
[pylint:python3]
recipe = zc.recipe.egg
eggs = pylint>2.4
[versions]
# important bug fix and support for content_template (Docker aware)
zc.lockfile = >=1.2.1