Sha256: baf565ca36f4a18ed1e312598e4f832afca586709c4c49ebc1bad1d94ab8ad4e
Contents?: true
Size: 448 Bytes
Versions: 8
Compression:
Stored size: 448 Bytes
Contents
AllCops: Include: - Rakefile - config.ru - lib/tasks/**/*.rake - lib/**/*.rb Exclude: - vendor/**/* - bin/**/* UseCache: true CacheRootDirectory: "cache/" TargetRubyVersion: 2.3 Rails: Enabled: true Documentation: Enabled: false MethodLength: Severity: warning Max: 15 Metrics/LineLength: Max: 120 Metrics/AbcSize: Max: 20 Metrics/CyclomaticComplexity: Max: 9 Metrics/ClassLength: Max: 200
Version data entries
8 entries across 8 versions & 1 rubygems