Sha256: 0169df8f91c129da147c108cb01b39b271447d152d2ce07bf7d4fcd081b603c5

Contents?: true

Size: 797 Bytes

Versions: 5

Compression:

Stored size: 797 Bytes

Contents

inherit_from: .rubocop_todo.yml

Lint/EndAlignment:
  AlignWith: variable

Lint/Loop:
  Enabled: false

Metrics/ClassLength:
  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

5 entries across 5 versions & 2 rubygems

Version Path
prepor-protobuf-3.5.1 .rubocop.yml
prepor-protobuf-3.5.0 .rubocop.yml
protobuf-3.5.0 .rubocop.yml
protobuf-3.4.4 .rubocop.yml
protobuf-3.4.3 .rubocop.yml