You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
⚠️ Changed: params field of all validators from now on does not allow unknown fields, to avoid typos and mistakes.
Added: New param negative to all validators that does regexp matching named *MatchesRegexp to invert the matching logic.
For example with negative: true the alertNameMatchesRegexp validator will check that the alert name does NOT match the regexp.
Fix: Some params were not loaded correctly from the config file in some validators, this is now fixed.