Sha256: 01741173b39836004a061a1684e8d097358a275f86f85b68960ef1d61ee612a3

Contents?: true

Size: 1.31 KB

Versions: 7

Compression:

Stored size: 1.31 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-11-22 21:41:27 +0200 using RuboCop version 0.60.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.

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: TreatCommentsAsGroupSeparators, Include.
# Include: **/*.gemfile, **/Gemfile, **/gems.rb
Bundler/OrderedGems:
  Exclude:
    - 'Gemfile'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
# SupportedStyles: space, no_space
# SupportedStylesForEmptyBraces: space, no_space
Layout/SpaceInsideBlockBraces:
  Exclude:
    - 'Gemfile'

# Offense count: 1
# Cop supports --auto-correct.
Style/BlockComments:
  Exclude:
    - 'spec/spec_helper.rb'

# Offense count: 1
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/example.rb'

# Offense count: 3
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
# SupportedStyles: single_quotes, double_quotes
Style/StringLiterals:
  Exclude:
    - 'Gemfile'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
codebreaker_PI-6.6.7 .rubocop_todo.yml
codebreaker_PI-6.6.6 .rubocop_todo.yml
codebreaker_PI-0.6.5 .rubocop_todo.yml
codebreaker_PI-0.6.4 .rubocop_todo.yml
codebreaker_PI-0.6.1 .rubocop_todo.yml
codebreaker_PI-0.6.0 .rubocop_todo.yml
codebreaker_PI-0.0.1 .rubocop_todo.yml