Sha256: 37727a54fdda0a160c7257dbc9f0774162678fda40e57b0c3f27dced605a27c0
Contents?: true
Size: 804 Bytes
Versions: 3
Compression:
Stored size: 804 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 # dealbreaker: #Style/TrailingComma: # Enabled: false # we still support ruby 1.8 Style/HashSyntax: Enabled: false
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
puppet-retrospec-1.2.1 | .rubocop.yml |
puppet-retrospec-1.2.0 | .rubocop.yml |
puppet-retrospec-1.1.0 | .rubocop.yml |