Sha256: a12c7204d638ff8f6ac7e220014d03ffeeba0d27b17df1b52e9333eaec342b4a

Contents?: true

Size: 1.09 KB

Versions: 55

Compression:

Stored size: 1.09 KB

Contents

---
require:
- rubocop-rspec

AllCops:
  TargetRubyVersion: 2.3

Metrics/BlockLength:
  Exclude:
  - "Gemfile"
  - "spec/**/*"

Style/BracesAroundHashParameters:
  EnforcedStyle: context_dependent

Style/StringLiterals:
  EnforcedStyle: double_quotes

# Allow to use let!
RSpec/LetSetup:
  Enabled: false

RSpec/MultipleExpectations:
  Enabled: false

Bundler/OrderedGems:
  Enabled: false

Style/TrailingCommaInArguments:
  Description: 'Checks for trailing comma in argument lists.'
  StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-trailing-params-comma'
  Enabled: true
  EnforcedStyleForMultiline: consistent_comma

Style/TrailingCommaInArrayLiteral:
  Description: 'Checks for trailing comma in array literals.'
  StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-trailing-array-commas'
  Enabled: true
  EnforcedStyleForMultiline: consistent_comma

Style/TrailingCommaInHashLiteral:
  Description: 'Checks for trailing comma in hash literals.'
  StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-trailing-array-commas'
  Enabled: true
  EnforcedStyleForMultiline: consistent_comma

Version data entries

55 entries across 55 versions & 9 rubygems

Version Path
yabeda-prometheus-0.9.1 .rubocop.yml
graphql-anycable-1.1.6 .rubocop.yml
yabeda-prometheus-0.9.0 .rubocop.yml
graphql-anycable-1.1.5 .rubocop.yml
graphql-anycable-1.1.4 .rubocop.yml
graphql-anycable-1.1.3 .rubocop.yml
graphql-anycable-1.1.2 .rubocop.yml
yabeda-prometheus-0.8.0 .rubocop.yml
graphql-anycable-1.1.1 .rubocop.yml
graphql-anycable-1.1.0 .rubocop.yml
yabeda-prometheus-0.7.0 .rubocop.yml
yabeda-prometheus-0.6.2 .rubocop.yml
graphql-anycable-1.0.1 .rubocop.yml
graphql-anycable-1.0.0 .rubocop.yml
yabeda-rails-0.7.1 .rubocop.yml
graphql-anycable-0.5.0 .rubocop.yml
graphql-anycable-0.4.2 .rubocop.yml
yabeda-rails-0.7.0 .rubocop.yml
graphql-anycable-0.4.1 .rubocop.yml
yabeda-rails-0.6.0 .rubocop.yml