Sha256: 3b2b48198b352641fed8df23f0a6d4c6a4b76559f398ee513a1d58df7226f04c

Contents?: true

Size: 670 Bytes

Versions: 1

Compression:

Stored size: 670 Bytes

Contents

# This is the configuration used to check the rubocop source code.

AllCops:
  NewCops: enable
  Exclude:
    - 'test/fixtures/*'

Style/StringLiterals:
  Enabled: true

Style/RedundantPercentQ:
  Enabled: true

# Disabled Checks
Style/Documentation:
  Enabled: false

Style/PercentLiteralDelimiters:
  Enabled: false

Style/RegexpLiteral:
  Enabled: false

Lint/MissingCopEnableDirective:
  Exclude:
    - 'test/base_test.rb'

Naming/MethodParameterName:
  Exclude:
    - 'lib/virustotal_api/ip_report.rb'

Layout/LineLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Gemspec/RequiredRubyVersion:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
virustotal_api_compat-0.1.7 .rubocop.yml