We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba98bb2 commit 871011aCopy full SHA for 871011a
sections.go
@@ -102,7 +102,7 @@ func (p Plugin) handleThresholdsSection(w io.Writer) {
102
return
103
104
case p.isThresholdsSectionHidden():
105
- p.logAction("Skipping emission of thresholds section; option to hide errors enabled")
+ p.logAction("Skipping emission of thresholds section; option to hide thresholds enabled")
106
107
108
}
0 commit comments