Sha256: 680c6870ef980c91820836329ff89654cc18b9de7ccf120dac0c4a86f8c63c9d

Contents?: true

Size: 333 Bytes

Versions: 5

Compression:

Stored size: 333 Bytes

Contents

inherit_from: .rubocop_todo.yml

require:
  - rubocop-rake
  - rubocop-rspec

AllCops:
  TargetRubyVersion: 2.6
  NewCops: enable

#Style/StringLiterals:
#  Enabled: true
#  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  #  Max: 120
  Max: 145

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
arxutils_sqlite3-0.1.64 .rubocop.yml
arxutils_sqlite3-0.1.63 .rubocop.yml
arxutils_sqlite3-0.1.61 .rubocop.yml
arxutils_sqlite3-0.1.60 .rubocop.yml
arxutils_sqlite3-0.1.59 .rubocop.yml