Sha256: 7d25be57c8170d91e1f1eb2ac4b1a2d78d9be3676fd4015e41f3001eb540b517
Contents?: true
Size: 650 Bytes
Versions: 38
Compression:
Stored size: 650 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: Include: - lib/**/* - bin/**/* - Gemfile - Rakefile - Thorfile Exclude: - example/**/* - 'lib/convection/model/template/mapping.rb' # Something is causing this file to fail Encoding: Enabled: false RescueModifier: Enabled: false HashSyntax: Enabled: false SpaceInsideStringInterpolation: Enabled: false Performance/RedundantBlockCall: Enabled: false Style/SignalException: Enabled: false # AbcSize: # Max: 24 # ClassLength: # Max: 256 # CyclomaticComplexity: # Max: 12 # LineLength: # Max: 120 # MethodLength: # Max: 32 # PerceivedComplexity: # Max: 12
Version data entries
38 entries across 38 versions & 1 rubygems