Sha256: e9b2c8df7da66a33250d8c481809a92dfe010f8a598decbd6558508b6e3864d9

Contents?: true

Size: 1.62 KB

Versions: 4

Compression:

Stored size: 1.62 KB

Contents

inherit_gem:
  rubocop-rock: defaults.yml

AllCops:
    TargetRubyVersion: "2.3"
    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

Metrics/ParameterLists:
    Enabled: false

Naming/MethodParameterName:
    AllowedNames: [io, id, to, by, on, in, at, ip, db, ws]




Layout/ParameterAlignment:
    Enabled: false

Layout/DotPosition:
    Enabled: false

Layout/FirstArgumentIndentation:
    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/**/*


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
autoproj-2.14.0 .rubocop.yml
autoproj-2.13.0 .rubocop.yml
autoproj-2.12.1 .rubocop.yml
autoproj-2.12.0 .rubocop.yml