Sha256: b49b80f2668da5a4e4e2a42ca4d735ad94cc6aab5c9b0eb092ced777aee7569b

Contents?: true

Size: 354 Bytes

Versions: 7

Compression:

Stored size: 354 Bytes

Contents

AllCops:
  Include:
  - "**/*.gemspec"
  - "**/Gemfile"
  Exclude:
  - "vendor/**/*"
  - "spec/**/*"
  - "features/**/*"
  - "db/schema.rb"
Style/StringLiterals:
  EnforcedStyle: double_quotes
Style/ClassAndModuleChildren:
  EnforcedStyle: compact
Style/MethodDefParentheses:
  EnforcedStyle: require_no_parentheses
Style/Documentation:
  Enabled: false

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
twelvefactor-cache-1.0.3 .rubocop.yml
twelvefactor-cache-1.0.2 .rubocop.yml
twelvefactor-mailer-1.0.2 .rubocop.yml
twelvefactor-cache-1.0.1 .rubocop.yml
twelvefactor-mailer-1.0.1 .rubocop.yml
twelvefactor-cache-1.0.0 .rubocop.yml
twelvefactor-mailer-1.0.0 .rubocop.yml