Skip to content

Commit

Permalink
Add clarifying comment about mode name format.
Browse files Browse the repository at this point in the history
  • Loading branch information
johanthoren committed Nov 30, 2024
1 parent e6a3b8c commit e60278e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion check_sentinel/check_sentinel.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,8 @@ def check_lighthouse_sentinels(self):
return metrics


# Define how each mode works, pointing to the correct Objects
# Define how each mode works, pointing to the correct Objects.
# Names need to be in the format "Group.Mode".
MODE_MAPPING = {
"Sentinel.Incidents": ModeUsage(
"Custom",
Expand Down

0 comments on commit e60278e

Please sign in to comment.