Sha256: 56e6aad24c7539221c2b3ba4ca79c720931f88e85f255e45fa182b0848e8ac03

Contents?: true

Size: 958 Bytes

Versions: 6

Compression:

Stored size: 958 Bytes

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.

LineLength:
  Max: 200

Documentation:
  Enabled: false

StringLiterals:
  EnforcedStyle: single_quotes

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

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

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

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

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

FileName:
  Exclude:
    - bin/*

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gitx-3.0.0.ci.188.1 .rubocop.yml
gitx-3.0.0 .rubocop.yml
gitx-2.23.2.ci.182.1 .rubocop.yml
gitx-2.23.2 .rubocop.yml
gitx-2.23.1.ci.174.1 .rubocop.yml
gitx-2.23.1 .rubocop.yml