Sha256: d5a47707bbdab336318ce96e82482b1dde4372394239eefd025423a0af8f86fd

Contents?: true

Size: 837 Bytes

Versions: 4

Compression:

Stored size: 837 Bytes

Contents

inherit_from: .rubocop_todo.yml

Lint/EndAlignment:
  AlignWith: variable

Lint/Loop:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/ModuleLength:
  Enabled: false

Style/CaseIndentation:
  IndentWhenRelativeTo: end

Style/ClassAndModuleChildren:
  Exclude:
    - '**/*.pb.rb'

Style/EmptyLineBetweenDefs:
  AllowAdjacentOneLineDefs: true

Style/EmptyLines:
  Exclude:
    - '**/*.pb.rb'

Style/FileName:
  Exclude:
    - '**/protoc-gen-ruby*'

Style/GuardClause:
  MinBodyLength: 4

Style/HashSyntax:
  EnforcedStyle: hash_rockets

Style/IndentHash:
  EnforcedStyle: consistent

Style/Semicolon:
  AllowAsExpressionSeparator: true

Style/TrailingBlankLines:
  Exclude:
    - '**/*.pb.rb'

Style/TrailingComma:
  EnforcedStyleForMultiline: comma

Style/TrivialAccessors:
  AllowDSLWriters: true
  AllowPredicates: true

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
protobuf-3.5.4 .rubocop.yml
protobuf-3.5.3 .rubocop.yml
protobuf-3.5.2 .rubocop.yml
protobuf-3.5.1 .rubocop.yml