Sha256: 4bcf1b96b48b44a8ec60926b0c0457dc7ff8309df1c345a53a4f7dc1c585c61d

Contents?: true

Size: 302 Bytes

Versions: 5

Compression:

Stored size: 302 Bytes

Contents

require:
  - rubocop-rspec
  - rubocop-performance

AllCops:
  DisplayCopNames: true
  NewCops: enable
  TargetRubyVersion: 2.6

Layout/LineLength:
  Max: 100

Metrics/MethodLength:
  Max: 20

Metrics/BlockLength:
  Exclude:
    - 'Rakefile'
    - 'spec/**/*.rb'

Style/Documentation:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
azure_stt-0.4.0 .rubocop.yml
azure_stt-0.3.0 .rubocop.yml
azure_stt-0.2.0 .rubocop.yml
azure_stt-0.1.1 .rubocop.yml
azure_stt-0.1.0 .rubocop.yml