Sha256: 5b51bed22fd38eb6ab64cae7d2ec771d653665a400afffb9c37e011112ff33cb

Contents?: true

Size: 583 Bytes

Versions: 1

Compression:

Stored size: 583 Bytes

Contents

AllCops:
  NewCops: enable
  SuggestExtensions: false
  TargetRubyVersion: 3.0
  Exclude:
    - 'bai2_ruby.gemspec'

Layout/LineLength:
  Exclude:
    - 'lib/bai2_ruby/writer.rb'

Metrics/ClassLength:
  Max: 150

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

Metrics/MethodLength:
  Max: 15

Metrics/ParameterLists:
  Exclude:
    - 'lib/bai2_ruby/structures/**/*.rb'

Naming/AccessorMethodName:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bai2_ruby-0.1.0 .rubocop.yml