Sha256: a9c91a82e276f5e656c0c4a1c02dde065b809e7d042277ee08a0ba5d93fa708a
Contents?: true
Size: 721 Bytes
Versions: 24
Compression:
Stored size: 721 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: Include: - lib/**/* - Gemfile - Rakefile - Thorfile Exclude: - example/**/* - bin/convection - '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 Metrics/LineLength: Exclude: - 'lib/convection/dsl/terraform_intrinsic_functions.rb' # AbcSize: # Max: 24 # ClassLength: # Max: 256 # CyclomaticComplexity: # Max: 12 # MethodLength: # Max: 32 # PerceivedComplexity: # Max: 12
Version data entries
24 entries across 24 versions & 1 rubygems