Sha256: 071cec15fcdf19b728abbf53699f6a5a09d47cc55f2c8e8c941df105ac06583d

Contents?: true

Size: 458 Bytes

Versions: 4

Compression:

Stored size: 458 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  Include:
    - 'lib/**/*'
  Exclude:
    - 'daru_lite.gemspec'
    - 'Rakefile'
    - 'Gemfile'
    - 'Guardfile'
    - '**/*.erb'
    - 'spec/*'
    - 'spec/**/*'
    - 'vendor/**/*'
    - 'benchmarks/*'
    - 'profile/*'
    - 'tmp/*'
  DisplayCopNames: true
  TargetRubyVersion: 2.7
  NewCops: enable

require:
  - rubocop-performance
  - rubocop-rspec

Style/FrozenStringLiteralComment:
  EnforcedStyle: never

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
daru_lite-0.1.3 .rubocop.yml
daru_lite-0.1.2 .rubocop.yml
daru_lite-0.1.1 .rubocop.yml
daru_lite-0.1 .rubocop.yml