Sha256: cd3bb55637d434680433e39e6baa47c5bb358cd6d2e6983d62ab4aedbdfd2a6f

Contents?: true

Size: 706 Bytes

Versions: 1

Compression:

Stored size: 706 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.0
  NewCops: enable

Style/Documentation:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Style/RegexpLiteral:
  EnforcedStyle: slashes

Metrics/AbcSize:
  Enabled: false

Metrics/ParameterLists:
  CountKeywordArgs: false

Metrics/BlockLength:
  Enabled: false

Metrics/MethodLength:
  Max: 30
  CountAsOne: ['array', 'hash', 'heredoc']

Naming/FileName:
  Exclude:
    - lib/microsoft-graph-client.rb

Layout/FirstArgumentIndentation:
  EnforcedStyle: consistent

Layout/FirstHashElementIndentation:
  Enabled: false

Layout/LineLength:
  Max: 120

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
microsoft-graph-client-0.1.3 .rubocop.yml