compwron/pairSee

View on GitHub
.rubocop_todo.yml

Summary

Maintainability
Test Coverage
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-10-25 01:55:47 -0200 using RuboCop version 0.49.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: 2
Lint/AmbiguousOperator:
  Exclude:
    - 'lib/pair_see/log_lines.rb'
    - 'lib/pair_see/too_much_stuff.rb'

# Offense count: 1
Lint/ScriptPermission:
  Exclude:
    - 'bin/console'

# Offense count: 1
Lint/Void:
  Exclude:
    - 'lib/pair_see/card.rb'

# Offense count: 1
Metrics/AbcSize:
  Max: 34

# Offense count: 10
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
  Max: 127

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ClassLength:
  Max: 127

# Offense count: 1
Metrics/CyclomaticComplexity:
  Max: 10

# Offense count: 63
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
  Max: 172

# Offense count: 3
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 34

# Offense count: 1
Metrics/PerceivedComplexity:
  Max: 12

# Offense count: 1
Style/ClassVars:
  Exclude:
    - 'lib/pair_see/log_line_parse.rb'

# Offense count: 16
Style/Documentation:
  Enabled: false

# Offense count: 35
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: when_needed, always, never
Style/FrozenStringLiteralComment:
  Enabled: false

# Offense count: 2
Style/MultilineBlockChain:
  Exclude:
    - 'lib/pair_see/too_much_stuff.rb'

# Offense count: 2
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, EnforcedStyle, SupportedStyles.
# SupportedStyles: predicate, comparison
Style/NumericPredicate:
  Exclude:
    - 'spec/**/*'
    - 'lib/pair_see/pair_commit_count.rb'
    - 'lib/pair_see/too_much_stuff.rb'

# Offense count: 2
# Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist.
# NamePrefix: is_, has_, have_
# NamePrefixBlacklist: is_, has_, have_
# NameWhitelist: is_a?
Style/PredicateName:
  Exclude:
    - 'spec/**/*'
    - 'lib/pair_see/card_knowledge_summary.rb'
    - 'lib/pair_see/too_much_stuff.rb'