Sha256: 21417c070f93548d37f403091dfa77c9fa278d7c3ea8da0f78ae0a6acaaff9b6
Contents?: true
Size: 379 Bytes
Versions: 6
Compression:
Stored size: 379 Bytes
Contents
--- # See https://github.com/rubocop/rubocop/blob/master/config/default.yml for all # options require: rubocop-rake AllCops: DisplayCopNames: true Metrics/LineLength: Exclude: - ynab_convert.gemspec Metrics/BlockLength: Exclude: - Guardfile - ynab_convert.gemspec - 'spec/**/*_spec.rb' Metrics/MethodLength: Max: 25 Metrics/AbcSize: Enabled: false
Version data entries
6 entries across 6 versions & 1 rubygems