Sha256: c27bcaf5f0d9086231dbfc4a998f3a08e91e508d23e9481e26a9602552709add
Contents?: true
Size: 612 Bytes
Versions: 19
Compression:
Stored size: 612 Bytes
Contents
AllCops: Include: - 'lib/**/*.rb' - 'spec/**/*.rb' Exclude: - 'Rakefile' DisplayCopNames: true Metrics/LineLength: Enabled: true Max: 80 Metrics/CyclomaticComplexity: Severity: warning Style/PerlBackrefs: AutoCorrect: true Metrics/ParameterLists: Max: 10 CountKeywordArgs: true Metrics/ClassLength: CountComments: false # count full line comments? Max: 150 Metrics/ModuleLength: CountComments: false # count full line comments? Max: 190 Metrics/MethodLength: CountComments: false # count full line comments? Max: 20 Style/RedundantReturn: Enabled: false
Version data entries
19 entries across 19 versions & 4 rubygems