Sha256: 7ede09d9b9dece95db2dc8f93bb5675201d96ad482403556818fc983d956e1bc
Contents?: true
Size: 410 Bytes
Versions: 2
Compression:
Stored size: 410 Bytes
Contents
# Base Rails configuration AllCops: Include: - Rakefile - config.ru Exclude: - db/**/* - config/**/* - tmp/**/* # Avoid methods longer than 30 lines of code MethodLength: Max: 30 Encoding: Enabled: false LineLength: Enabled: false Max: 80 Metrics/AbcSize: Max: 30 Style/AccessorMethodName: Enabled: false ClassLength: Enabled: false Documentation: Enabled: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rgentpl-1.2.6 | src/.rubocop.yml |
rgentpl-1.2.5 | src/.rubocop.yml |