Sha256: eb9f727ce4481e0fc7db8c215467567b7d858feb59867198a9d28a0d819691c3
Contents?: true
Size: 898 Bytes
Versions: 8
Compression:
Stored size: 898 Bytes
Contents
inherit_from: .rubocop_todo.yml Lint/EndAlignment: AlignWith: keyword Lint/Loop: Enabled: false Metrics/ClassLength: Enabled: false Metrics/ModuleLength: Enabled: false Style/CaseIndentation: IndentWhenRelativeTo: end Style/ClassAndModuleChildren: Exclude: - '**/*.pb.rb' Style/ClassAndModuleCamelCase: 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
8 entries across 8 versions & 1 rubygems