chore: remove replace (#1628)

This commit is contained in:
Jan-Otto Kröpke
2024-09-14 21:44:08 +02:00
committed by GitHub
parent 5f36a81613
commit 6097432d87
3 changed files with 6 additions and 12 deletions

View File

@@ -45,9 +45,6 @@ linters-settings:
# Support string case: `camel`, `pascal`, `kebab`, `snake`, `upperSnake`, `goCamel`, `goPascal`, `goKebab`, `goSnake`, `upper`, `lower`, `header`
json: camel
yaml: snake
gomoddirectives:
replace-allow-list:
- github.com/prometheus/common # https://github.com/prometheus/common/pull/694
forbidigo:
forbid:
- "^(fmt\\.Print(|f|ln)|print|println)$"