Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 8dd7556

Browse files
committed
Add prometheus as test dependency
1 parent 52668a2 commit 8dd7556

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ inherit_gem:
22
rubocop-discourse: stree-compat.yml
33
RSpec/NamedSubject:
44
Enabled: false
5+
6+
Style/GlobalVars:
7+
AllowedVariables: [$prometheus_client]

about.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"tests": {
3+
"requiredPlugins": [
4+
"https://github.com/discourse/discourse-prometheus"
5+
]
6+
}
7+
}

0 commit comments

Comments
 (0)