Sha256: b899b09a2d63ad1492c5f7c0227c00f83a8af0ae59575a4bdc6c655510af16e3

Contents?: true

Size: 1.44 KB

Versions: 4

Compression:

Stored size: 1.44 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2020-07-05 15:49:25 UTC using RuboCop version 0.86.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
# Configuration parameters: Include.
# Include: **/*.gemspec
Gemspec/RequiredRubyVersion:
  Exclude:
    - 'fusuma-plugin-tap.gemspec'

# Offense count: 5
# Configuration parameters: IgnoredMethods.
Metrics/AbcSize:
  Max: 42

# Offense count: 1
# Configuration parameters: CountComments, ExcludedMethods.
# ExcludedMethods: refine
Metrics/BlockLength:
  Max: 33

# Offense count: 3
# Configuration parameters: IgnoredMethods.
Metrics/CyclomaticComplexity:
  Max: 25

# Offense count: 5
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
  Max: 45

# Offense count: 2
# Configuration parameters: IgnoredMethods.
Metrics/PerceivedComplexity:
  Max: 13

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

# Offense count: 2
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, EnforcedStyle, IgnoredMethods.
# SupportedStyles: predicate, comparison
Style/NumericPredicate:
  Exclude:
    - 'spec/**/*'
    - 'lib/fusuma/plugin/detectors/tap_detector.rb'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fusuma-plugin-tap-0.4.0 .rubocop_todo.yml
fusuma-plugin-tap-0.4.0.pre2 .rubocop_todo.yml
fusuma-plugin-tap-0.4.0.pre .rubocop_todo.yml
fusuma-plugin-tap-0.3.2 .rubocop_todo.yml