Sha256: bc584ec64e3e8ea0579ace5a6629981766f224315f9ee1085ec4862e298a0af7

Contents?: true

Size: 597 Bytes

Versions: 4

Compression:

Stored size: 597 Bytes

Contents

---
require:
  - "rubocop-rake"
  - "rubocop-rspec"
AllCops:
  NewCops: "enable"
  TargetRubyVersion: "2.5"
Layout/HashAlignment:
  EnforcedHashRocketStyle: "table"
Layout/LineLength:
  Enabled: false
Metrics/BlockLength:
  Enabled: false
Metrics/MethodLength:
  Enabled: false
RSpec/NestedGroups:
  Max: 4
Style/Documentation:
  Enabled: false
Style/NumericLiterals:
  Enabled: false
Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: "comma"
Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: "comma"
Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: "comma"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
motoko-1.2.1 .rubocop.yml
motoko-1.2.0 .rubocop.yml
motoko-1.1.0 .rubocop.yml
motoko-1.0.0 .rubocop.yml