Sha256: 3f0c2188df2b5cbc5db853e2367d85cf27771cffa8e9b30a7b5b78404b539a0a

Contents?: true

Size: 1 KB

Versions: 4

Compression:

Stored size: 1 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude`
# on 2020-12-30 22:56:14 UTC using RuboCop version 1.7.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: CountComments, Max, CountAsOne, ExcludedMethods, IgnoredMethods.
# IgnoredMethods: refine
Metrics/BlockLength:
  Exclude:
    - '**/*.gemspec'

# Offense count: 1
# Configuration parameters: AllowedMethods.
# AllowedMethods: respond_to_missing?
Style/OptionalBooleanParameter:
  Exclude:
    - 'lib/flagsmith.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, Max, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
  Exclude:
    - 'flagsmith.gemspec'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
flagsmith-3.1.1 .rubocop_todo.yml
flagsmith-3.1.0 .rubocop_todo.yml
flagsmith-3.0.1 .rubocop_todo.yml
flagsmith-3.0.0 .rubocop_todo.yml