# This configuration was generated by # `rubocop --auto-gen-config` # on 2017-10-02 15:24:21 +0000 using RuboCop version 0.50.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. # Offense count: 4 Metrics/AbcSize: Max: 35 # Offense count: 16 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: Max: 265 # Offense count: 2 Metrics/CyclomaticComplexity: Max: 13 # Offense count: 4 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 17 # Offense count: 2 Metrics/PerceivedComplexity: Max: 11 # Offense count: 27 Style/Send: Exclude: - 'bin/tm' - 'lib/textmagic/api.rb' - 'lib/textmagic/response.rb' - 'test/test_api.rb' - 'test/test_response.rb'