Sha256: 377d2f002c9f385bb4077a39a4781ef8935f0a72d71fa91be497bd4f8f20f3b6

Contents?: true

Size: 641 Bytes

Versions: 3

Compression:

Stored size: 641 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']

Layout/FirstArgumentIndentation:
  EnforcedStyle: consistent

Layout/FirstHashElementIndentation:
  Enabled: false

Layout/LineLength:
  Max: 120

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
microsoft-graph-client-0.1.2 .rubocop.yml
microsoft-graph-client-0.1.1 .rubocop.yml
microsoft-graph-client-0.1.0 .rubocop.yml