You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
Hey! I'm using dep, bazel and gazelle on a project - my problem is, gazelle puts a bunch of BUILD.bazel files all over vendor/, and that makes dep check think all vendor folders have been changed.
I tried to check issues related to this but didn't find anything relevant (#286 mentioned bazel, but just in a broader spectrum as far as I understand). Does anyone know a good way of tackling this besides a delete all **/BUILD.bazel; run dep; run gazelle script?
I was wondering if something more granular than no-verify, like an exclude-files option, sounds reasonable / if a PR for it would be welcome.
The text was updated successfully, but these errors were encountered:
Dep was officially deprecated earlier this year, and the proposal to archive this repository was accepted. As such, I'm closing outstanding issues before archiving the repository. For any further comments, please use the proposal thread on the Go issue tracker. Thanks!
Hey! I'm using dep, bazel and gazelle on a project - my problem is, gazelle puts a bunch of
BUILD.bazel
files all overvendor/
, and that makesdep check
think all vendor folders have been changed.I tried to check issues related to this but didn't find anything relevant (#286 mentioned bazel, but just in a broader spectrum as far as I understand). Does anyone know a good way of tackling this besides a
delete all **/BUILD.bazel; run dep; run gazelle
script?I was wondering if something more granular than
no-verify
, like anexclude-files
option, sounds reasonable / if a PR for it would be welcome.The text was updated successfully, but these errors were encountered: