Sha256: 04baff8a2d60ccebb85f6f7332dd5b9a4bfc5b627e0dca7cc37a425ef4a5e79e

Contents?: true

Size: 1.85 KB

Versions: 26

Compression:

Stored size: 1.85 KB

Contents

require:
  - rubocop-minitest
  - rubocop-performance
  - rubocop-rails

inherit_from: .rubocop_todo.yml

AllCops:
  Exclude:
    - 'node_modules/**/*'
    - 'locale/*'
    - 'vendor/**/*'
  TargetRubyVersion: 2.5

Lint/ShadowingOuterLocalVariable:
  Enabled: false

Rails:
  Enabled: true

# Don't prefer is_a? over kind_of?
Style/ClassCheck:
  Enabled: false

# Don't enforce documentation
Style/Documentation:
  Enabled: false

# Support both ruby19 and hash_rockets
Style/HashSyntax:
  Enabled: false

# Both double and single quotes are OK
Style/StringLiterals:
  Enabled: false

# Don't enforce frozen string literals
Style/FrozenStringLiteralComment:
  Enabled: false

Rails/SkipsModelValidations:
  Enabled: false

Style/SymbolArray:
  Enabled: false

Style/FormatString:
  Enabled: false

Rails/FilePath:
  Enabled: false

Rails/ReversibleMigration:
  Enabled: false

Metrics:
  Enabled: false

Layout/LineLength:
  Enabled: false

Naming/FileName:
  Exclude:
    - '*.gemspec'
    - Gemfile
    - db/seeds.d/*
    - lib/foreman-tasks.rb
    - gemfile.d/foreman-tasks.rb


Layout/HeredocIndentation:
  Exclude:
    - '*.gemspec'
    - bin/*

Layout/EmptyLineAfterGuardClause:
  Enabled: false

Style/RescueStandardError:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Style/NumericPredicate:
  Enabled: false

Style/SafeNavigation:
  Enabled: false

Performance/RegexpMatch:
  Enabled: false

Rails/InverseOf:
  Enabled: false

Style/FormatStringToken:
  Enabled: false

Style/RegexpLiteral:
  Enabled: false

Layout/HashAlignment:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Rails/HelperInstanceVariable:
  Enabled: false

Naming/RescuedExceptionsVariableName:
  Enabled: false

Style/WordArray:
  Enabled: false

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: comma

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
foreman-tasks-9.0.4 .rubocop.yml
foreman-tasks-9.0.2 .rubocop.yml
foreman-tasks-9.0.1 .rubocop.yml
foreman-tasks-8.3.3 .rubocop.yml
foreman-tasks-9.0.0 .rubocop.yml
foreman-tasks-8.2.1 .rubocop.yml
foreman-tasks-8.1.4 .rubocop.yml
foreman-tasks-8.3.2 .rubocop.yml
foreman-tasks-8.3.1 .rubocop.yml
foreman-tasks-8.1.3 .rubocop.yml
foreman-tasks-8.3.0 .rubocop.yml
foreman-tasks-8.2.0 .rubocop.yml
foreman-tasks-8.1.2 .rubocop.yml
foreman-tasks-8.1.1 .rubocop.yml
foreman-tasks-8.1.0 .rubocop.yml
foreman-tasks-8.0.2 .rubocop.yml
foreman-tasks-8.0.1 .rubocop.yml
foreman-tasks-8.0.0 .rubocop.yml
foreman-tasks-7.2.1 .rubocop.yml
foreman-tasks-7.1.1 .rubocop.yml