Sha256: 95f9f227629703cd151d491ae575354984712c0a28e173178561392bdaf7ca63

Contents?: true

Size: 266 Bytes

Versions: 3

Compression:

Stored size: 266 Bytes

Contents

require:
  - rubocop-rake
  - rubocop-rspec

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.6

Metrics/BlockLength:
  Max: 30
  IgnoredMethods:
    - describe

Metrics/MethodLength:
  Max: 20

Style/Documentation:
  Enabled: false

RSpec/ExampleLength:
  Max: 10

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nocode-0.0.3 .rubocop.yml
nocode-0.0.2 .rubocop.yml
nocode-0.0.1 .rubocop.yml