Sha256: c6d5c673a2cff823eb3ba5d65bb80b9ed0ee4b318047f89c47d59515b329fdb7
Contents?: true
Size: 399 Bytes
Versions: 1
Compression:
Stored size: 399 Bytes
Contents
--- inherit_gem: rubocop-sensible: 'config/rubocop.yml' require: - rubocop-minitest - rubocop-performance AllCops: Exclude: - 'Rakefile' - 'alba.gemspec' NewCops: enable Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Metrics/ClassLength: Exclude: - 'test/alba_test.rb' Metrics/MethodLength: Max: 20 Style/FrozenStringLiteralComment: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alba-0.9.0 | .rubocop.yml |