Browse Source

Skip golanglint-ci on copied folders

Signed-off-by: Goutham <gouthamve@gmail.com>
pull/13148/head
Goutham 1 year ago
parent
commit
4710679fbe
No known key found for this signature in database
GPG Key ID: F1C217E8E9023CAD
  1. 1
      .golangci.yml

1
.golangci.yml

@ -6,6 +6,7 @@ run:
skip-dirs:
# Copied it from a different source
- storage/remote/otlptranslator/prometheusremotewrite
- storage/remote/otlptranslator/prometheus
output:
sort-results: true

Loading…
Cancel
Save