From b944db2f885c57c546f73a1ec22fdfd93e05c9d5 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Mon, 29 Jan 2024 11:22:24 +1300 Subject: [PATCH] MNT Add silverstripe-standards repo --- funcs_utils.php | 1 + 1 file changed, 1 insertion(+) diff --git a/funcs_utils.php b/funcs_utils.php index 8d406ed..3e473a7 100644 --- a/funcs_utils.php +++ b/funcs_utils.php @@ -87,6 +87,7 @@ function extra_repositories() { $importantRepos = [ 'silverstripe/markdown-php-codesniffer', + 'silverstripe/silverstripe-standards', ]; $modules = []; // iterating to page 10 will be enough to get all the repos well into the future