Sha256: d7f53841e02b340bef71da41e96e9bfb5ba23dca81ba569a5d5a159bec9c44a6

Contents?: true

Size: 1.47 KB

Versions: 11

Compression:

Stored size: 1.47 KB

Contents

AllCops:
  Exclude:
    - Makefile
    - vendor/**/*
    - bin/**/*

Layout/EndOfLine:
  Enabled: false

Style/DateTime:
  Enabled: false

Style/Documentation:
  Enabled: false

Lint/Debugger:
  Enabled: true

Style/FrozenStringLiteralComment:
  Enabled: true
  EnforcedStyle: always

Style/TrailingCommaInHashLiteral:
  Enabled: true
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInArrayLiteral:
  Enabled: true
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInArguments:
  Enabled: true
  EnforcedStyleForMultiline: comma

Lint/UnusedMethodArgument:
  AllowUnusedKeywordArguments: true

Layout/LineLength:
  Enabled: true
  Max: 280
  IgnoreCopDirectives: true
  AllowedPatterns: ['\A#', '\A\s*sig { .* }\Z']
  Exclude:
    - '**/*_pb.rb'

Metrics/AbcSize:
  Enabled: true
  Max: 48

Metrics/CyclomaticComplexity:
  Max: 9

Metrics/MethodLength:
  Enabled: true
  Max: 32

Layout/ParameterAlignment:
  Enabled: true
  EnforcedStyle: with_fixed_indentation

Naming/MethodParameterName:
  Enabled: true
  AllowedNames: ['io', 'id', 'to', 'by', 'on', 'in', 'at', '_'] # Defaults + _

Layout/MultilineMethodCallIndentation:
  Enabled: true
  EnforcedStyle: indented

Style/ParallelAssignment:
  Enabled: true

Metrics/ClassLength:
  Max: 240

Metrics/BlockLength:
  Max: 30
  Exclude:
    - spec/**/*.rb
    - '**/*_pb.rb'

Metrics/ParameterLists:
  Max: 6

Lint/AmbiguousBlockAssociation:
  Exclude:
    - spec/**/*.rb

Style/BlockDelimiters:
  Enabled: true
  Exclude:
    - spec/**/*

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
instrument_all_the_things-4.0.0 .rubocop-https---raw-githubusercontent-com-GetTerminus-ruby-shared-configs-master--rubocop-yml
instrument_all_the_things-3.1.2 .rubocop-https---raw-githubusercontent-com-GetTerminus-ruby-shared-configs-master--rubocop-yml
instrument_all_the_things-3.1.2.pre1 .rubocop-https---raw-githubusercontent-com-GetTerminus-ruby-shared-configs-master--rubocop-yml
instrument_all_the_things-3.1.1 .rubocop-https---raw-githubusercontent-com-GetTerminus-ruby-shared-configs-master--rubocop-yml
dynamoid_advanced_where-1.5.1 .rubocop-https---raw-githubusercontent-com-GetTerminus-ruby-shared-configs-master--rubocop-yml
instrument_all_the_things-3.1.0 .rubocop-https---raw-githubusercontent-com-GetTerminus-ruby-shared-configs-master--rubocop-yml
instrument_all_the_things-3.1.0.pre1 .rubocop-https---raw-githubusercontent-com-GetTerminus-ruby-shared-configs-master--rubocop-yml
instrument_all_the_things-3.0.0 .rubocop-https---raw-githubusercontent-com-GetTerminus-ruby-shared-configs-master--rubocop-yml
instrument_all_the_things-3.0.0.pre1 .rubocop-https---raw-githubusercontent-com-GetTerminus-ruby-shared-configs-master--rubocop-yml
dynamoid_advanced_where-1.5.0 .rubocop-https---raw-githubusercontent-com-GetTerminus-ruby-shared-configs-master--rubocop-yml
instrument_all_the_things-2.0.2 .rubocop-https---raw-githubusercontent-com-GetTerminus-ruby-shared-configs-master--rubocop-yml