.rubocop_todo.yml in iex-ruby-client-0.3.1 vs .rubocop_todo.yml in iex-ruby-client-0.3.2

- old
+ new

@@ -1,18 +1,13 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2018-05-22 16:18:43 -0400 using RuboCop version 0.51.0. +# on 2018-05-23 18:14:22 -0400 using RuboCop version 0.51.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: 2 -Lint/AmbiguousOperator: - Exclude: - - 'spec/iex/resources/quote_spec.rb' - # Offense count: 4 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: Max: 71 @@ -43,25 +38,8 @@ Style/DateTime: Exclude: - 'lib/iex/resources/news.rb' - 'spec/iex/resources/news_spec.rb' -# Offense count: 15 +# Offense count: 16 Style/Documentation: - Exclude: - - 'spec/**/*' - - 'test/**/*' - - 'lib/iex/api.rb' - - 'lib/iex/api/chart.rb' - - 'lib/iex/api/company.rb' - - 'lib/iex/api/news.rb' - - 'lib/iex/api/price.rb' - - 'lib/iex/api/quote.rb' - - 'lib/iex/errors/symbol_not_found_error.rb' - - 'lib/iex/resources/chart.rb' - - 'lib/iex/resources/chart/base.rb' - - 'lib/iex/resources/chart/default.rb' - - 'lib/iex/resources/chart/one_day.rb' - - 'lib/iex/resources/company.rb' - - 'lib/iex/resources/news.rb' - - 'lib/iex/resources/price.rb' - - 'lib/iex/resources/quote.rb' + Enabled: false