Sha256: 277ce6b099e7a3712bce0c968449831ae4c4d601ddbc0587b777b031b77ca97d

Contents?: true

Size: 1022 Bytes

Versions: 1

Compression:

Stored size: 1022 Bytes

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-08-11 02:50:03 +0200 using RuboCop version 0.42.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
Metrics/AbcSize:
  Max: 16

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

# Offense count: 33
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes.
# URISchemes: http, https
Metrics/LineLength:
  Max: 116

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 11

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: predicate, comparison
Style/NumericPredicate:
  Exclude:
    - 'lib/gherkin_lint/linter/file_name_differs_feature_name.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gherkin_lint-0.4.1 .rubocop.yml