Sha256: 12a2a03188875ed02794a69827ce512b9f750f091d7beba5370bc67178578183

Contents?: true

Size: 1.67 KB

Versions: 5

Compression:

Stored size: 1.67 KB

Contents

inherit_gem:
  rubocop-rock: defaults.yml

AllCops:
    TargetRubyVersion: "2.5"
    Exclude:
    - lib/autobuild/packages/genom.rb
    - vendor/**/*
    - pkg/**/*

Style/ClassVars:
    Enabled: false

Style/TrivialAccessors:
    IgnoreClassMethods: true

Naming/PredicateName:
    Enabled: false

Style/FrozenStringLiteralComment:
    Enabled: false

Style/AccessModifierDeclarations:
    EnforcedStyle: inline

Naming/FileName:
    Exclude:
      - lib/autobuild/import/git-lfs.rb




Layout/ParameterAlignment:
    Enabled: false

Layout/DotPosition:
    Enabled: false

Layout/FirstParameterIndentation:
    Enabled: false

Layout/AssignmentIndentation:
    Enabled: false

Layout/IndentationWidth:
    Enabled: false

Layout/MultilineMethodCallBraceLayout:
    Enabled: false

Layout/MultilineMethodCallIndentation:
    Enabled: false

Lint/RescueException:
    Enabled: false

Metrics/AbcSize:
    Enabled: false

Metrics/BlockLength:
    Enabled: false

Metrics/ClassLength:
    Enabled: false

Metrics/CyclomaticComplexity:
    Enabled: false

Metrics/MethodLength:
    Enabled: false

Metrics/PerceivedComplexity:
    Enabled: false

Style/ClassCheck:
    Enabled: false

Style/Documentation:
    Enabled: false

Style/EmptyLiteral:
    Enabled: false

Style/GuardClause:
    Enabled: false

Style/HashSyntax:
    Enabled: false

Style/PerlBackrefs:
    Enabled: false

Style/StringLiterals:
    Enabled: false

Layout/HeredocIndentation:
    Enabled: false

Metrics/LineLength:
    Max: 90
    Exclude:
    - test/**/*

Style/StringConcatenation:
    Enabled: false

Style/StderrPuts:
    Enabled: false

Style/GlobalStdStream:
    Enabled: false

Style/OptionalBooleanParameter:
    Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
autobuild-1.24.0 .rubocop.yml
autobuild-1.23.1 .rubocop.yml
autobuild-1.23.0 .rubocop.yml
autobuild-1.22.1 .rubocop.yml
autobuild-1.22.0 .rubocop.yml