Sha256: 4d32aed13c9573e63a1b15dce9fb158fa8dff6a2d3333314fb170b97ff3d7b9f
Contents?: true
Size: 446 Bytes
Versions: 1
Compression:
Stored size: 446 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.5 Metrics/AbcSize: Max: 28 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Layout/LineLength: Max: 140 Metrics/MethodLength: Max: 40 Metrics/BlockLength: Exclude: - 'spec/**/*.rb' Naming/FileName: Exclude: - 'lib/api-auth.rb' Style/FrozenStringLiteralComment: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
api-auth-2.5.0 | .rubocop.yml |