Sha256: 43ea6848e9d3ff079bf912dbf7fab8c7dff70cb27f3c366d8568719eae147b03

Contents?: true

Size: 946 Bytes

Versions: 3

Compression:

Stored size: 946 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec

AllCops:
  TargetRubyVersion: 2.6
  DisplayCopNames: true
  DisabledByDefault: true
  Exclude:
    - 'vendor/**/*'
    - 'bin/bundle'

Style/HashSyntax:
  Enabled: true

Layout/EmptyLines:
  Enabled: true

Layout/TrailingEmptyLines:
  Enabled: true

Layout/TrailingWhitespace:
  Enabled: true

Style/MethodDefParentheses:
  Enabled: true

# Generated by gry

Layout/AccessModifierIndentation:
  EnforcedStyle: indent
  Enabled: true

Layout/CaseIndentation:
  EnforcedStyle: end
  Enabled: true

Style/Encoding:
  Enabled: true

Style/For:
  EnforcedStyle: each
  Enabled: true

Style/FrozenStringLiteralComment:
  EnforcedStyle: never
  Enabled: false

Layout/MultilineHashBraceLayout:
  EnforcedStyle: symmetrical
  Enabled: true

Style/NumericLiteralPrefix:
  EnforcedOctalStyle: zero_only
  Enabled: true

Style/StabbyLambdaParentheses:
  EnforcedStyle: require_parentheses
  Enabled: true

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wazuh-ruby-client-0.3.7 .rubocop.yml
wazuh-ruby-client-0.3.6 .rubocop.yml
wazuh-ruby-client-0.3.5 .rubocop.yml