Sha256: b9869fdd9bc1198013e83a2b0872087b31dbb1c8fa0a3b516df310fc66296f07

Contents?: true

Size: 744 Bytes

Versions: 19

Compression:

Stored size: 744 Bytes

Contents

Style/StringLiterals:
  Description: 'Checks if uses of quotes match the configured preference.'
  StyleGuide: '#consistent-string-literals'
  Enabled: false

Layout/LineLength:
  Description: 'Limit lines to 80 characters.'
  Enabled: false

Naming/VariableNumber:
  Description: 'Use the configured style when numbering variables.'
  Enabled: false

Style/FrozenStringLiteralComment:
  Description: >-
    Add the frozen_string_literal comment to the top of files
    to help transition to frozen string literals by default.
  Enabled: false

Style/Documentation:
  Description: 'Document classes and non-namespace modules.'
  Enabled: false

Style/WordArray:
  EnforcedStyle: brackets

Metrics/BlockLength:
  Exclude:
    - test/*/*_test.rb

Version data entries

19 entries across 19 versions & 3 rubygems

Version Path
appoptics_apm-zearn-4.13.1 .rubocop.yml
solarwinds_apm-5.1.9 .rubocop.yml
solarwinds_apm-5.1.8 .rubocop.yml
solarwinds_apm-5.1.7 .rubocop.yml
solarwinds_apm-5.1.6 .rubocop.yml
solarwinds_apm-5.1.4 .rubocop.yml
solarwinds_apm-5.1.3 .rubocop.yml
solarwinds_apm-5.1.2 .rubocop.yml
solarwinds_apm-5.1.2.pre .rubocop.yml
solarwinds_apm-5.1.1.pre .rubocop.yml
solarwinds_apm-5.1.0.pre .rubocop.yml
solarwinds_apm-5.0.0 .rubocop.yml
appoptics_apm-4.13.0 .rubocop.yml
appoptics_apm-4.12.2 .rubocop.yml
appoptics_apm-4.12.1 .rubocop.yml
appoptics_apm-4.12.0 .rubocop.yml
appoptics_apm-4.11.2 .rubocop.yml
appoptics_apm-4.11.1 .rubocop.yml
appoptics_apm-4.11.0 .rubocop.yml