75147c0af3
Bug: Issue 4437 Change-Id: I6ca6049f5371515e0891e7e334dc66bd9c12167e
18 lines
322 B
Python
18 lines
322 B
Python
CORE_PLUGINS = [
|
|
"codemirror-editor",
|
|
"commit-message-length-validator",
|
|
"download-commands",
|
|
"hooks",
|
|
"replication",
|
|
"reviewnotes",
|
|
"singleusergroup",
|
|
]
|
|
|
|
CUSTOM_PLUGINS = [
|
|
# Add custom core plugins here
|
|
]
|
|
|
|
CUSTOM_PLUGINS_TEST_DEPS = [
|
|
# Add custom core plugins with tests deps here
|
|
]
|