Sha256: acf3b10dac148c1b6d5b2da6c013ec1c2ac3f3105236bab1170f44c8460b288b

Contents?: true

Size: 371 Bytes

Versions: 1

Compression:

Stored size: 371 Bytes

Contents

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.6

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Style/Documentation:
  Enabled: false

Layout/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 30

Naming/FileName:
  Exclude:
    - 'lib/google-oauth-cli.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
google-oauth-cli-0.1.0 .rubocop.yml