- Merge variable declaration with assignment (S1021) - Use unconditional strings.TrimPrefix (S1017) - Remove unnecessary nil checks around range (S1031) - Remove unnecessary fmt.Sprintf (S1039) - Use copy() instead of manual loop (S1001) - Use time.Until instead of t.Sub(time.Now()) (S1024) - Use buf.String() instead of string(buf.Bytes()) (S1030) |
||
|---|---|---|
| .. | ||
| alerts.go | ||
| alerts_test.go | ||
| concurrency_test.go | ||
| history.go | ||
| history_concurrency_test.go | ||
| offline_toggle_test.go | ||
| per_metric_delay_example_test.go | ||
| quiet_hours_test.go | ||
| threshold_update_test.go | ||
| time_threshold_test.go | ||