Sha256: 596a4b8ab683fee0558a4a36d14bd44fd4970049c49ef1ed62c03f7ed54ac162

Contents?: true

Size: 517 Bytes

Versions: 1

Compression:

Stored size: 517 Bytes

Contents

inherit_gem:
  armitage-rubocop:
    - lib/rubocop.general.yml
    - lib/rubocop.rake.yml
    - lib/rubocop.rspec.yml

AllCops:
  TargetRubyVersion: 2.6.5
  Include:
    - lib/**/*.rb
    - spec/**/*.rb
    - Gemfile
    - Rakefile
    - time_shift.gemspec
    - bin/console
    - bin/rspec

# NOTE: for code clarity in tests
RSpec/LeakyConstantDeclaration:
  Enabled: false

# NOTE: support for old ruby versions
Style/RedundantBegin:
  Enabled: false

# NOTE: too situative
Metrics/ParameterLists:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
time_shift-0.0.0 .rubocop.yml