Skip to content

Commit

Permalink
Checkin autogenerated thrift files
Browse files Browse the repository at this point in the history
Summary:
This change adds the files generated by thrift compiler to the repo.
This is needed to use this package in the uber-minions repo.
The good news is that the auto generated files will not change unless
the thrift IDL file changes, even when make clean is used so it would
not create a lot of overhead for other check-ins.

Reviewers: samar, sivakk

Reviewed By: sivakk

Differential Revision: https://code.uberinternal.com/D653858
  • Loading branch information
Tamer Eldeeb committed Nov 30, 2016
1 parent 42c2989 commit 017f955
Show file tree
Hide file tree
Showing 14 changed files with 25,108 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .arclint
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"exclude": [
"(^Godeps/)",
"(^client/)",
"(/thrift/)"
"(/thrift/)",
"(\\.gen/)"
]
},
"gofmt": {
Expand All @@ -15,7 +16,8 @@
"exclude": [
"(^Godeps/)",
"(^client/)",
"(/thrift/)"
"(/thrift/)",
"(\\.gen/)"
]
},
"govet": {
Expand Down
18 changes: 18 additions & 0 deletions .gen/go/minions/constants.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 017f955

Please sign in to comment.