VictoriaMetrics/app/vmalert/rule
Aliaksandr Valialkin 36a1fdca6c
all: consistently use %w instead of %s in when error is passed to fmt.Errorf()
This allows consistently using errors.Is() for verifying whether the given error wraps some other known error.
2023-10-26 09:44:40 +02:00
..
alerting_test.go vmalert-tool: implement unittest (#4789) 2023-10-16 14:12:06 +02:00
alerting.go all: consistently use %w instead of %s in when error is passed to fmt.Errorf() 2023-10-26 09:44:40 +02:00
group_test.go app/vmalert: fix typo in tests 2023-10-26 08:55:20 +02:00
group.go app/vmalert: follow-up after c9375cac5e 2023-10-25 14:39:49 +02:00
recording_test.go vmalert-tool: implement unittest (#4789) 2023-10-16 14:12:06 +02:00
recording.go vmalert-tool: implement unittest (#4789) 2023-10-16 14:12:06 +02:00
rule_test.go vmalert-tool: implement unittest (#4789) 2023-10-16 14:12:06 +02:00
rule.go all: consistently use %w instead of %s in when error is passed to fmt.Errorf() 2023-10-26 09:44:40 +02:00
test_helpers.go vmalert-tool: implement unittest (#4789) 2023-10-16 14:12:06 +02:00
utils_test.go vmalert-tool: implement unittest (#4789) 2023-10-16 14:12:06 +02:00
utils.go vmalert-tool: implement unittest (#4789) 2023-10-16 14:12:06 +02:00