From 5c484c369e1186f83f59a3ccdf5ddd6f42fe4b43 Mon Sep 17 00:00:00 2001 From: Shahzad Lone Date: Thu, 17 Oct 2024 20:37:32 +0400 Subject: [PATCH] PR(ADHERE): Adhere to code review - better documentation --- tools/configs/golangci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/configs/golangci.yaml b/tools/configs/golangci.yaml index d34f8b5b69..1b4abe0718 100644 --- a/tools/configs/golangci.yaml +++ b/tools/configs/golangci.yaml @@ -152,7 +152,9 @@ issues: linters: - goheader - # Exclude running force type assert check in these paths (should likely fix them all) + # Exclude running force type assert check in these file paths, we are ignoring these files for now + # because there are many linter complaints in them, we want to resolve all of them eventually. + # TODO: https://github.com/sourcenetwork/defradb/issues/3154 # Note: The last item must not have a `|` at the end otherwise linter ignores everyfile. - path: "(\ client/document.go|\