Sha256: c7d1bd8cdc81f6814f8353848f19908a659119c2401f23def2af6dc660edfc05

Contents?: true

Size: 638 Bytes

Versions: 12

Compression:

Stored size: 638 Bytes

Contents

Style/Documentation:
  Description: Document classes and non-namespace modules.
  Enabled: false
Style/StringLiterals:
  Description: Checks if uses of quotes match the configured preference.
  StyleGuide: https://github.com/bbatsov/ruby-style-guide#consistent-string-literals
  Enabled: true
  EnforcedStyle: double_quotes
  SupportedStyles:
  - single_quotes
  - double_quotes
Style/StringLiteralsInInterpolation:
  Description: Checks if uses of quotes inside expressions in interpolated strings
    match the configured preference.
  Enabled: true
  EnforcedStyle: single_quotes
  SupportedStyles:
  - single_quotes
  - double_quotes

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
gate-0.10.0 .rubocop.yml
gate-0.9.0 .rubocop.yml
gate-0.8.0 .rubocop.yml
gate-0.7.2 .rubocop.yml
gate-0.7.1 .rubocop.yml
gate-0.7.0 .rubocop.yml
gate-0.6.0 .rubocop.yml
gate-0.5.0 .rubocop.yml
gate-0.4.1 .rubocop.yml
gate-0.4.0 .rubocop.yml
gate-0.3.0 .rubocop.yml
gate-0.2.0 .rubocop.yml