Sha256: 1dad39cea81151815a6df1a099ff6de4e5dfa0c6b4b57dd4663b30e6148bf109

Contents?: true

Size: 804 Bytes

Versions: 5

Compression:

Stored size: 804 Bytes

Contents

inherit_from: .rubocop_todo.yml

require:
  - rubocop-performance
  - rubocop-rspec

AllCops:
  Exclude:
    - Gemfile
    - Rakefile
    - spec/fixtures/**/*
    - vendor/bundle/**/*
  NewCops: enable
  SuggestExtensions: false
  TargetRubyVersion: '2.7'

# Disabled
Style/ClassAndModuleChildren:
  Enabled: false

Layout/LineLength:
  Max: 196

####################################################
# Cops below here due for deprecation
####################################################
# ``Rspec/FilePath`` is going to be deprecated in the next major release of rubocop >=3.0.0: see <https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/FilePath>
# As the new cops are already present, e.g., Rspec/SpecFilePathPathFormat, then disabling this in preparation
RSpec/FilePath:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ruby-pwsh-1.2.2 .rubocop.yml
ruby-pwsh-1.2.1 .rubocop.yml
ruby-pwsh-1.2.0 .rubocop.yml
ruby-pwsh-1.1.1 .rubocop.yml
ruby-pwsh-1.1.0 .rubocop.yml