Sha256: 1b4d07c87f0ab5f9872ccdb3aba139bc056240f6aeb100aa115a03f160197726
Contents?: true
Size: 1.27 KB
Versions: 1
Compression:
Stored size: 1.27 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2017-10-18 17:06:59 +0200 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: 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rspec-hive-0.6.0 | .rubocop_todo.yml |