summaryrefslogtreecommitdiffstats
path: root/tools/bzl/plugins.bzl
blob: 7fd7625774e774f194ccba542bf40826b70c06ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
]