mirror of https://github.com/linkerd/linkerd2.git
Stop collapsing Cargo.lock in GitHub PR reviews. (#551)
We should review changes to Cargo.lock to ensure we're not adding unexpected and/or unnecessary dependencies. (Maybe we should do the same for Gopkg.lock, but I'm not in a position to say for sure.) Signed-off-by: Brian Smith <brian@briansmith.org>
This commit is contained in:
parent
9eb084c99d
commit
216efaa568
|
@ -1,4 +1,3 @@
|
||||||
# By default, collapse for these files in in GitHub reviews.
|
# By default, collapse for these files in in GitHub reviews.
|
||||||
Cargo.lock linguist-generated=true
|
|
||||||
Gopkg.lock linguist-generated=true
|
Gopkg.lock linguist-generated=true
|
||||||
controller/gen/**/*.pb.go linguist-generated=true
|
controller/gen/**/*.pb.go linguist-generated=true
|
||||||
|
|
Loading…
Reference in New Issue