Sha256: db51a7f55a3dd5f2f2537257857fd3ea713840a637997185987fd8eacf6aed3c

Contents?: true

Size: 1.18 KB

Versions: 7

Compression:

Stored size: 1.18 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-04-18 08:55:15 -0700 using RuboCop version 0.33.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

AllCops:
  TargetRubyVersion: '2.6'

FileName:
  Exclude:
    - bin/*

LineLength:
  Max: 200

Documentation:
  Enabled: false

StringLiterals:
  EnforcedStyle: single_quotes

# Offense count: 7
Metrics/AbcSize:
  Max: 25

# Offense count: 2
Metrics/CyclomaticComplexity:
  Max: 8

# Offense count: 5
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 19

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ModuleLength:
  Max: 150

# Offense count: 3
Style/RescueModifier:
  Exclude:
    - 'lib/gitx/cli/integrate_command.rb'
    - 'lib/gitx/cli/nuke_command.rb'

# disable ruby 3 transition validation
Style/FrozenStringLiteralComment:
  Enabled: false

# increase max block size (fixes gemspec validation)
Metrics/BlockLength:
  Exclude:
    - gitx.gemspec
    - spec/**/*

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
gitx-4.3.0 .rubocop.yml
gitx-4.1.1 .rubocop.yml
gitx-4.1.0 .rubocop.yml
gitx-4.0.0 .rubocop.yml
gitx-4.0.0.ci.234.1 .rubocop.yml
gitx-3.2.0 .rubocop.yml
gitx-3.2.0.ci.231.1 .rubocop.yml