Sha256: bff26ea29a8e66212a16395d43324d71264246f148db058f7e40b1dbf3b39cb2

Contents?: true

Size: 1.42 KB

Versions: 1

Compression:

Stored size: 1.42 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-11-02 19:09:46 +0100 using RuboCop version 0.51.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
Lint/HandleExceptions:
  Exclude:
    - 'lib/gem/specification.rb'

# Offense count: 1
Metrics/AbcSize:
  Max: 21

# Offense count: 1
Metrics/CyclomaticComplexity:
  Max: 7

# Offense count: 11
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
  Max: 107

# Offense count: 3
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 16

# Offense count: 1
# Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts, AllowedAcronyms.
# AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS
Naming/FileName:
  Exclude:
    - 'lib/gem-licenses.rb'

# Offense count: 3
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/gem-licenses/install_tasks.rb'
    - 'lib/gem/licenses.rb'
    - 'lib/gem/specification.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gem-licenses-0.2.2 .rubocop_todo.yml