Sha256: f802efde78cffbf179bbaad9832be2969a6af52978d97ca6e87e292d34a455f7
Contents?: true
Size: 842 Bytes
Versions: 10
Compression:
Stored size: 842 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 1.9 DisplayCopNames: true # Style guide URLs are not displayed in offense messages by default. Change # behavior by overriding DisplayStyleGuide, or by giving the # -S/--display-style-guide option. DisplayStyleGuide: true # Extra details are not displayed in offense messages by default. Change # behavior by overriding ExtraDetails, or by giving the # -E/--extra-details option. ExtraDetails: true Exclude: - bundle/**/* - .bundle/**/* - vendor/**/* - pkg/**/* - spec/fixtures/**/* # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: Max: 128 Enabled: false Metrics/BlockLength: Enabled: false # dealbreaker: #Style/TrailingComma: # Enabled: false # we still support ruby 1.8 Style/HashSyntax: Enabled: false
Version data entries
10 entries across 10 versions & 1 rubygems