Skip to content

Commit

Permalink
PR(ADHERE): Adhere to code review - better documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzadlone committed Oct 17, 2024
1 parent 1b8b14e commit 19c5438
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/configs/golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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|\
Expand Down

0 comments on commit 19c5438

Please sign in to comment.