This is an automated email from the ASF dual-hosted git repository.
kpumuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
from 2a618e79a Enable RuboCop Style/RedundantBegin (#3727)
add fe5641c7f Enable RuboCop Style/RedundantReturn (#3728)
No new revisions were added by this update.
Summary of changes:
compiler/cpp/src/thrift/generate/t_rb_generator.cc | 7 ++-----
.../cpp/tests/rb/t_rb_generator_functional_tests.cc | 3 +++
lib/rb/.rubocop.yml | 3 +++
lib/rb/lib/thrift/protocol/binary_protocol.rb | 2 +-
lib/rb/lib/thrift/protocol/json_protocol.rb | 20 ++++++++++----------
lib/rb/lib/thrift/transport/base_transport.rb | 4 ++--
lib/rb/lib/thrift/transport/buffered_transport.rb | 6 +++---
lib/rb/lib/thrift/transport/framed_transport.rb | 4 ++--
.../lib/thrift/transport/memory_buffer_transport.rb | 2 +-
test/rb/integration/TestServer.rb | 8 ++++----
tutorial/rb/RubyServer.rb | 6 +++---
11 files changed, 34 insertions(+), 31 deletions(-)