Sha256: 13e05333a0ff8160853115d981577271fe092e0a9a6188d0f5fd24a1798a8c3e
Contents?: true
Size: 666 Bytes
Versions: 20
Compression:
Stored size: 666 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: Include: - lib/**/* - bin/**/* - test/**/* - 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
20 entries across 20 versions & 1 rubygems