We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c9203 commit b5b6c87Copy full SHA for b5b6c87
pkg/cortex/cortex.go
@@ -357,7 +357,7 @@ func New(cfg Config) (*Cortex, error) {
357
}
358
os.Exit(0)
359
360
- //nolint:SA1019
+ //nolint:staticcheck // SA1019: intentional use of deprecated NameValidationScheme for backward compatibility
361
if cfg.NameValidationScheme == prom_config.UTF8ValidationConfig {
362
model.NameValidationScheme = model.UTF8Validation
363
} else {
0 commit comments