Sha256: ddc166af3e06dfe1a2cd110e51b04326ba7bc562e4baadb763bc0cb01210814d
Contents?: true
Size: 415 Bytes
Versions: 4
Compression:
Stored size: 415 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rgentpl-1.2.6 | .rubocop.yml |
rgentpl-1.2.5 | .rubocop.yml |
rgentpl-1.2.4.3 | .rubocop.yml |
rgentpl-1.2.4.2 | .rubocop.yml |