Kava-Labs / kava

DeFi for Crypto.
Apache License 2.0
446 stars 367 forks source link

fix(docker): Ignore local build and lint cache #1994

Closed nddeluca closed 2 months ago

nddeluca commented 2 months ago

These should not be replicated to docker contexts as they are local to the build host. In addition, the golangci-lint currently doesn't assume the host user nor add other group read permissions when writing files, so this causes permission errors when other docker processes attempt to copy the files.

This caused a failure locally when running e2e tests for me and was caused by the addition of the golangci-lint local cache. These can be safely ignored.