Sha256: 686d49bdade940f19441ded091e6ab7db177f41b465ab1a25457a0d718625616

Contents?: true

Size: 1.37 KB

Versions: 9

Compression:

Stored size: 1.37 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2021-02-01 09:18:40 UTC using RuboCop version 1.9.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
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
  Max: 20

# Offense count: 6
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
# IgnoredMethods: refine
Metrics/BlockLength:
  Max: 111

# Offense count: 2
# Configuration parameters: IgnoredMethods.
Metrics/CyclomaticComplexity:
  Max: 8

# Offense count: 2
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
Metrics/MethodLength:
  Max: 25

# Offense count: 1
# Configuration parameters: IgnoredMethods.
Metrics/PerceivedComplexity:
  Max: 9

# Offense count: 3
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/firebase-admin.rb'
    - 'lib/firebase-admin/response.rb'
    - 'lib/firebase-admin/version.rb'

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
firebase-admin-0.3.0 .rubocop_todo.yml
firebase-admin-0.2.0 .rubocop_todo.yml
firebase-admin-0.1.6 .rubocop_todo.yml
firebase-admin-0.1.5 .rubocop_todo.yml
firebase-admin-0.1.4 .rubocop_todo.yml
firebase-admin-0.1.3 .rubocop_todo.yml
firebase-admin-0.1.2 .rubocop_todo.yml
firebase-admin-0.1.1 .rubocop_todo.yml
firebase-admin-0.1.0 .rubocop_todo.yml