Sha256: e23875728ffb4a21588e60cae4b2d3a64ca43d990f70273afd6eb236aa1f6328
Contents?: true
Size: 611 Bytes
Versions: 5
Compression:
Stored size: 611 Bytes
Contents
# 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 & 2 rubygems
Version | Path |
---|---|
rubocop-ruby1_9-1.0.5 | rubocop.yml |
rubocop-ruby1_9-1.0.4 | rubocop.yml |
rubocop-lts-2.0.2 | rubocop-lts.yml |
rubocop-lts-1.0.2 | rubocop-lts.yml |
rubocop-ruby1_9-1.0.3 | rubocop.yml |