Sha256: fe161ac3e0b2eb0579a2805f529db9e0e94672f6986384bd5243c691f3a44f4c
Contents?: true
Size: 1.27 KB
Versions: 2
Compression:
Stored size: 1.27 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2017-10-23 16:07:33 +0200 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: 6 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: Max: 106 # Offense count: 44 RSpec/ExpectInHook: Exclude: - 'spec/lib/rspec/hive/connection_delegator_spec.rb' - 'spec/lib/rspec/hive/connector_spec.rb' - 'spec/lib/rspec/hive/query_builder_spec.rb' # Offense count: 46 # Configuration parameters: SupportedStyles. # SupportedStyles: have_received, receive RSpec/MessageSpies: EnforcedStyle: receive # Offense count: 36 # Configuration parameters: Max. RSpec/NestedGroups: Exclude: - 'spec/lib/rspec/hive/matchers_spec.rb' - 'spec/lib/rspec/hive/query_builder_spec.rb' # Offense count: 11 # Configuration parameters: IgnoreSymbolicNames. RSpec/VerifiedDoubles: Exclude: - 'spec/lib/rspec/hive/connection_delegator_spec.rb' - 'spec/lib/rspec/hive/connector_spec.rb' - 'spec/lib/rspec/hive/query_builder_helper_spec.rb'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rspec-hive-0.6.2 | .rubocop_todo.yml |
rspec-hive-0.6.1 | .rubocop_todo.yml |