Sha256: aa17857e9fbc965624bbdf7fed602207b99e1449405e88c0666cd4d3279bc4f5

Contents?: true

Size: 1.12 KB

Versions: 12

Compression:

Stored size: 1.12 KB

Contents

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.5
  Exclude:
    - vendor/**/*
    - tmp/**/*
    - pkg/*
    - test_usage/**/*.rb

Layout/LineLength:
  Max: 180

Style/SymbolArray:
  EnforcedStyle: brackets

Style/Lambda:
  EnforcedStyle: literal

Naming/MethodParameterName:
  AllowedNames:
    - id
    - cb
    - fd

Naming/AccessorMethodName:
  Enabled: false

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Style/Documentation:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/ModuleLength:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Layout/MultilineOperationIndentation:
  Enabled: false

Layout/FirstHashElementIndentation:
  Enabled: false

Layout/FirstArrayElementIndentation:
  Enabled: false

Layout/FirstArgumentIndentation:
  Enabled: false

Layout/ClosingParenthesisIndentation:
  Enabled: false

Layout/ArgumentAlignment:
  Enabled: false

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
libvirt_ffi-0.8.0 .rubocop.yml
libvirt_ffi-0.7.0 .rubocop.yml
libvirt_ffi-0.6.2 .rubocop.yml
libvirt_ffi-0.6.1 .rubocop.yml
libvirt_ffi-0.6.0 .rubocop.yml
libvirt_ffi-0.5.6 .rubocop.yml
libvirt_ffi-0.5.5 .rubocop.yml
libvirt_ffi-0.5.4 .rubocop.yml
libvirt_ffi-0.5.3 .rubocop.yml
libvirt_ffi-0.5.2 .rubocop.yml
libvirt_ffi-0.5.1 .rubocop.yml
libvirt_ffi-0.5.0 .rubocop.yml