Module: Gitlab::Abuse
- Defined in:
- lib/gitlab/abuse.rb
Constant Summary collapse
- CONFIDENCE_LEVELS =
{ certain: 1.0, likely: 0.8, uncertain: 0.5, unknown: 0.0 }.freeze
Class Method Summary collapse
Class Method Details
.confidence(rating) ⇒ Object
13 14 15 |
# File 'lib/gitlab/abuse.rb', line 13 def confidence() CONFIDENCE_LEVELS.fetch(.to_sym) end |