Sha256: c6844c19ac2ac291d553ac1cd7c67b315453d349775801d5fbaee98a5f1caed9
Contents?: true
Size: 701 Bytes
Versions: 3
Compression:
Stored size: 701 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.1 Metrics/LineLength: Max: 120 Metrics/MethodLength: Max: 25 Metrics/BlockLength: Enabled: false # RSpec ... :facepalm: Metrics/AbcSize: Max: 30 Metrics/CyclomaticComplexity: Max: 20 Metrics/PerceivedComplexity: Max: 10 Style/GuardClause: Enabled: false Style/SignalException: Enabled: false Style/Documentation: Enabled: false Lint/AssignmentInCondition: Enabled: false Style/PerlBackrefs: Enabled: false Style/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Style/TrailingCommaInLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildkit-1.3.0 | .rubocop.yml |
buildkit-1.2.0 | .rubocop.yml |
buildkit-1.1.1 | .rubocop.yml |