Sha256: b372ae97e7fdfa889c16e4576b0eefc6d30383c3a5e21915d7c11e3b7fc4fc2c
Contents?: true
Size: 487 Bytes
Versions: 12
Compression:
Stored size: 487 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: Include: - lib/**/* - bin/**/* - test/**/* - Gemfile - Rakefile - Thorfile Exclude: - example/**/* Encoding: Enabled: false RescueModifier: Enabled: false HashSyntax: Enabled: false SpaceInsideStringInterpolation: Enabled: false # AbcSize: # Max: 24 # ClassLength: # Max: 256 # CyclomaticComplexity: # Max: 12 # LineLength: # Max: 120 # MethodLength: # Max: 32 # PerceivedComplexity: # Max: 12
Version data entries
12 entries across 12 versions & 1 rubygems