Skip to content

Commit

Permalink
Stop collapsing Cargo.lock in GitHub PR reviews. (linkerd#551)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
briansmith authored and olix0r committed Mar 13, 2018
1 parent 9eb084c commit 216efaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# By default, collapse for these files in in GitHub reviews.
Cargo.lock linguist-generated=true
Gopkg.lock linguist-generated=true
controller/gen/**/*.pb.go linguist-generated=true

0 comments on commit 216efaa

Please sign in to comment.