-
Notifications
You must be signed in to change notification settings - Fork 7
/
buildout.cfg
42 lines (36 loc) · 934 Bytes
/
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
[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
versions-4.3.x.cfg
package-name = sc.embedder
package-extras = [test]
parts +=
code-analysis
i18ndude
node
omelette
pylint
rebuild_i18n-sh
[code-analysis]
recipe = plone.recipe.codeanalysis[recommended]
directory = ${buildout:directory}/src/sc/embedder
clean-lines = True
clean-lines-exclude = ${buildout:directory}/src/sc/embedder/browser/resources/video-js/*
csslint = True
csslint-bin = bin/csslint
flake8-ignore = B901,E501,P001,S001,T000, W503
jshint = True
jshint-bin = bin/jshint
multiprocessing = True
pre-commit-hook = True
return-status-codes = True
[i18ndude]
recipe = zc.recipe.egg
eggs = i18ndude
[omelette]
recipe = collective.recipe.omelette
eggs = ${test:eggs}
[pylint]
recipe = zc.recipe.egg
eggs = pylint < 2.0