-
Notifications
You must be signed in to change notification settings - Fork 3
/
buildout.cfg
57 lines (48 loc) · 1.33 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
53
54
55
56
57
[buildout]
extends =
https://raw.github.com/collective/buildout.plonetest/master/test-4.3.x.cfg
https://raw.github.com/collective/buildout.plonetest/master/qa.cfg
https://raw.githubusercontent.com/plonegovbr/portal.buildout/master/buildout.d/versions.cfg
package-name = brasil.gov.portlets
package-extras = [test]
eggs +=
Products.PDBDebugMode
z3c.unconfigure
parts +=
code-analysis
dependencychecker
node
omelette
pylint
robot
[code-analysis]
recipe = plone.recipe.codeanalysis[recommended]
directory = ${buildout:directory}/src/brasil/gov/portlets
clean-lines = True
csslint = True
csslint-bin = bin/csslint
flake8-ignore = C812,E501,T000
jshint = True
jshint-bin = bin/jshint
multiprocessing = True
return-status-codes = True
[dependencychecker]
recipe = zc.recipe.egg
eggs = z3c.dependencychecker
[omelette]
recipe = collective.recipe.omelette
eggs = ${test:eggs}
[pylint]
recipe = zc.recipe.egg
eggs = pylint
[robot]
recipe = zc.recipe.egg
eggs =
${test:eggs}
plone.app.robotframework[ride,reload]
[versions]
# Como no extends de versões do release do IDG, logo acima, eu pino
# esse pacote, preciso "despiná-lo" aqui para que ele não seja
# baixado de novo: o fato dele estar no src não impede o download
# dele de novo como um egg se ele estiver pinado no extends.
brasil.gov.portlets =