-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
53 lines (45 loc) · 1.22 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
[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 = cmcuritiba.portalmodelo.theme
package-extras = [test]
eggs +=
plone.reload
parts +=
coverage-sh
node
omelette
pylint
node
staticresources
[code-analysis]
recipe = plone.recipe.codeanalysis[recommended]
directory = ${buildout:directory}/src/cmcuritiba/portalmodelo/theme
clean-lines = True
clean-lines-exclude = ${:directory}/themes
multiprocessing = True
pre-commit-hook = True
return-status-codes = True
flake8 = True
flake8-ignore = E501
[omelette]
recipe = collective.recipe.omelette
eggs = ${test:eggs}
[pylint]
recipe = zc.recipe.egg
eggs = pylint < 2.0
[node]
recipe = gp.recipe.node
version = 8.11.2
npms = npm yarn
scripts = npm yarn
[staticresources]
recipe = sc.recipe.staticresources
name = cmcuritiba.portalmodelo.theme
short_name = cmcuritibatema
[versions]
# Necessário colocar o pacote com versão vazia para que outras versões no
# buildout-cache não sobrescrevam o próprio pacote.
cmcuritiba.portalmodelo.theme =