Skip to content

Commit

Permalink
xdr: update using xdrgen#72 (#4068)
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio authored Nov 15, 2021
1 parent 9b9ddf1 commit 46c8c64
Show file tree
Hide file tree
Showing 3 changed files with 1,598 additions and 2,174 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/stellar/xdrgen.git
revision: 4677de9fcda28ce314415b3246211ec4657a0eab
revision: 0e66fb9029643d3e59b381c01c446782a49c26fe
ref: master
specs:
xdrgen (0.1.1)
Expand Down
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ namespace :xdr do
IO.write("xdr/xdr_generated.go", <<~EOS)
//lint:file-ignore S1005 The issue should be fixed in xdrgen. Unfortunately, there's no way to ignore a single file in staticcheck.
//lint:file-ignore U1000 fmtTest is not needed anywhere, should be removed in xdrgen.
//lint:file-ignore S1021 xdrgen separates the declarations of error variables from their definitions because it is easier to generate code that way.
#{xdr_generated}
EOS

Expand Down
Loading

0 comments on commit 46c8c64

Please sign in to comment.