-
Notifications
You must be signed in to change notification settings - Fork 9
/
dev.cfg
99 lines (86 loc) · 2.5 KB
/
dev.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
[buildout]
extends =
buildout.cfg
parts +=
# Must add a bugfix to codeanalysis
code-analysis
always-checkout = true
extensions = mr.developer
auto-checkout =
collective.celery
plone.app.blocks
ploneintranet.attachments
ploneintranet.docconv.client
ploneintranet.docs
ploneintranet.documentviewer
ploneintranet.invitations
ploneintranet.notifications
ploneintranet.todo
ploneintranet.simplesharing
ploneintranet.theme
ploneintranet.workspace
plonesocial.activitystream
plonesocial.core
plonesocial.messaging
plonesocial.microblog
plonesocial.network
slc.docconv
sphinx.themes.plone
zope.testrunner
test-eggs =
ploneintranet.attachments
ploneintranet.docconv.client
ploneintranet.documentviewer
ploneintranet.invitations
ploneintranet.notifications
ploneintranet.todo
ploneintranet.simplesharing
ploneintranet.suite [test]
ploneintranet.theme
ploneintranet.workspace
plonesocial.activitystream
plonesocial.core
plonesocial.messaging
plonesocial.microblog
plonesocial.network
slc.docconv
[instance]
eggs += ploneintranet.theme
environment-vars +=
# CELERY_ALWAYS_EAGER executes tasks immediately. Do not remove, else you need a ZEO server
CELERY_ALWAYS_EAGER True
[code-analysis]
recipe = plone.recipe.codeanalysis
pre-commit-hook = False
directory = ${buildout:directory}/src
flake8 = True
deprecated-aliases = False
utf8-header = False
clean-lines = False
prefer-single-quotes = False
pep3101 = False
imports = False
debug-statements = False
return-status-codes = True
clean-lines-exclude =
${buildout:directory}/src/ploneintranet.theme/src/bower_components
${buildout:directory}/src/ploneintranet.theme/node_modules/
${buildout:directory}/src/ploneintranet.theme/src/ploneintranet/theme/static/generated
${buildout:directory}/src/ploneintranet.theme/prototype
${buildout:directory}/src/ploneintranet.theme/release
${buildout:directory}/src/ploneintranet.theme/test-bundle
flake8-exclude = bootstrap.py,docs,pre-commit,bower_components,node_modules,plone.recipe.codeanalysis
[test]
recipe = collective.xmltestreport
defaults = ['--auto-color', '--auto-progress', '--xml', '--ignore_dir=bmponents', '--ignore_dir=node_modules', '-v', '-s', 'ploneintranet.suite']
eggs = ${buildout:test-eggs}
environment = testenv
[testenv]
PLONE_CSRF_DISABLED = true
[sphinx]
recipe = zc.recipe.egg
eggs =
Sphinx
sphinx.themes.plone
sphinxcontrib-spelling
pyenchant