Sha256: 30f1d7ba04897a51608b5a37bd7cd43e06e5b28dc01518212656ca59a6a25430
Contents?: true
Size: 609 Bytes
Versions: 13
Compression:
Stored size: 609 Bytes
Contents
inherit_gem: rubocop-config-umbrellio: lib/rubocop.yml AllCops: TargetRubyVersion: 2.5 Include: - bin/* - lib/**/*.rb - spec/**/*.rb - Gemfile - Rakefile - table_sync.gemspec Style/Alias: Enabled: true EnforcedStyle: prefer_alias_method RSpec/ExampleLength: Enabled: false Lint/UnusedBlockArgument: AllowUnusedKeywordArguments: true Lint/UnusedMethodArgument: AllowUnusedKeywordArguments: true Style/AccessorGrouping: Enabled: false Style/NumericPredicate: Enabled: false Lint/MissingSuper: Enabled: false Style/MissingRespondToMissing: Enabled: false
Version data entries
13 entries across 13 versions & 1 rubygems