mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-02-16 00:14:48 +00:00
This should give us a better idea on how our scanner is faring across sites. ``` # HELP discourse_discourse_ai_spam_detection AI spam scanning statistics # TYPE discourse_discourse_ai_spam_detection counter discourse_discourse_ai_spam_detection{db="default",type="scanned"} 16 discourse_discourse_ai_spam_detection{db="default",type="is_spam"} 7 discourse_discourse_ai_spam_detection{db="default",type="false_positive"} 1 discourse_discourse_ai_spam_detection{db="default",type="false_negative"} 2 ```
8 lines
148 B
YAML
8 lines
148 B
YAML
inherit_gem:
|
|
rubocop-discourse: stree-compat.yml
|
|
RSpec/NamedSubject:
|
|
Enabled: false
|
|
|
|
Style/GlobalVars:
|
|
AllowedVariables: [$prometheus_client]
|