Sha256: efc5753b15f152a06e98ea510a0979a7c0b16b32ee694fd976db08d388bc8a45

Contents?: true

Size: 1.12 KB

Versions: 2

Compression:

Stored size: 1.12 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-05-02 15:21:42 -0400 using RuboCop version 0.46.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: 24
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
AllCops:
  Exclude:
    - 'Rakefile'
    - 'test/dummy/**/*'
    - 'lib/workarea/google_tag_manager.rb'
    - 'lib/workarea/google_tag_manager/**/*'

Metrics/LineLength:
  Exclude:
    - 'workarea-google_tag_manager.gemspec'

Style/Documentation:
  Enabled: false

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: use_perl_names, use_english_names
Style/SpecialGlobalVars:
  Exclude:
    - 'workarea-google_tag_manager.gemspec'

# Offense count: 1
Metrics/LineLength:
  Exclude:
    - 'workarea-google_tag_manager.gemspec'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-google_tag_manager-4.3.2 .rubocop.yml
workarea-google_tag_manager-4.3.1 .rubocop.yml