Sha256: cbbde035cf106acb96a3561ea3e2e379e3e04634379c0cc0c946f2a1f4777001
Contents?: true
Size: 777 Bytes
Versions: 2
Compression:
Stored size: 777 Bytes
Contents
inherit_gem: rubocop-config-umbrellio: lib/rubocop.yml AllCops: TargetRubyVersion: 2.7 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 Style/HashConversion: Exclude: - spec/**/* Style/OpenStructUse: Exclude: - spec/**/* RSpec/PendingWithoutReason: Enabled: false # Many false positives
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
table_sync-6.3.0 | .rubocop.yml |
table_sync-6.1.0 | .rubocop.yml |