Sha256: 1ec15b757a2229941742560f6407b3772ddac18fa6ae46f79184837a5cde7744
Contents?: true
Size: 871 Bytes
Versions: 1
Compression:
Stored size: 871 Bytes
Contents
require: - rubocop-performance AllCops: Exclude: - tmp/**/* - vendor/**/* DisplayCopNames: true TargetRubyVersion: 2.3 # Use older RuboCop default Style/PercentLiteralDelimiters: PreferredDelimiters: '%w': () # Code is currently broken with frozen string literal comments applied. # TODO: Enable and fix build Style/FrozenStringLiteralComment: Enabled: false # TODO: This is placed in here so the auto-gen-config doesn't destroy these. # Most of these need to be manually tackled, the LineLength value currently is good enough to stop most of # these leaking through into the codebase # Offense count: 375+ # Cop supports --auto-correct. # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 150 inherit_from: .rubocop_todo.yml
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aruba-1.0.0.pre.alpha.5 | .rubocop.yml |