Sha256: 5af1af033745da1eb5bac7d4aa8bba3fa1589d228abc1808a923015d2e015a78
Contents?: true
Size: 481 Bytes
Versions: 5
Compression:
Stored size: 481 Bytes
Contents
AllCops: Exclude: - 'vendor/**/*' TargetRubyVersion: 2.1 Layout/EmptyLineAfterMagicComment: Enabled: false Lint/EndAlignment: Enabled: true EnforcedStyleAlignWith: variable Metrics/AbcSize: Max: 20 Metrics/ClassLength: Exclude: - 'test/**/*' Max: 150 Metrics/LineLength: Max: 100 AllowURI: true URISchemes: - http - https Metrics/MethodLength: Max: 20 # When support for Ruby < 2.3 is dropped, re-enable Style/IndentHeredoc: Enabled: false
Version data entries
5 entries across 5 versions & 4 rubygems