Sha256: 4e7a34f4c8f530179fe75ada051d53fccf2f1a53606bd66e61840c3911129e94

Contents?: true

Size: 656 Bytes

Versions: 5

Compression:

Stored size: 656 Bytes

Contents

inherit_gem:
  rubocop-ruby1_9: rubocop.yml

# Removed as of 0.80.0
# braces setting is for compatibility with Ruby 2.7+
# See:
#  * https://github.com/rubocop/rubocop/issues/7641
#  * https://github.com/rubocop/rubocop/pull/7643
Style/BracesAroundHashParameters:
  Enabled: true
  EnforcedStyle: context_dependent

# The encoding comments can be removed once the project drops Ruby 1.9 support (and this gem!).
# Whole file UTF-8 Encoding is default in Ruby 2+, so the Encoding comment is usually not needed there.
# See:
#  * https://www.rubydoc.info/gems/rubocop/0.49.0/RuboCop/Cop/Style/Encoding
Style/Encoding:
  Enabled: true
  EnforcedStyle: always

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rubocop-lts-2.0.5 rubocop-lts.yml
rubocop-lts-1.0.4 rubocop-lts.yml
rubocop-lts-2.0.4 rubocop-lts.yml
rubocop-lts-2.0.3 rubocop-lts.yml
rubocop-lts-1.0.3 rubocop-lts.yml