Sha256: c990ac3c5744e74525ae0cc65fad4da5cc0410d7c5df13f8984f3713fcbd7670

Contents?: true

Size: 774 Bytes

Versions: 4

Compression:

Stored size: 774 Bytes

Contents

require:
  - rubocop-rails
  - rubocop-rspec

AllCops:
  TargetRubyVersion: 3.2
  NewCops: disable

Gemspec/RequiredRubyVersion:
  Exclude:
    - 'temporal_tables.gemspec'

Rails/ApplicationRecord:
  Enabled: false

RSpec/DescribedClass:
  Enabled: false
RSpec/ExampleLength:
  Enabled: false
RSpec/ExampleWording:
  Enabled: false
RSpec/InstanceVariable:
  Exclude:
    - spec/basic_history_spec.rb
RSpec/MultipleDescribes:
  Exclude:
    - spec/basic_history_spec.rb
RSpec/MultipleExpectations:
  Enabled: false
RSpec/MultipleMemoizedHelpers:
  Enabled: false
RSpec/NestedGroups:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false 
Style/Documentation:
  Enabled: false
Style/HashSyntax:
  EnforcedShorthandSyntax: never 
Style/SymbolArray:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
temporal_tables-3.0.2 .rubocop.yml
temporal_tables-3.0.1 .rubocop.yml
temporal_tables-3.0.0 .rubocop.yml
temporal_tables-3.0.0.pre.rc.1 .rubocop.yml