Sha256: fba6fc0d06899b8f504dcb89bce0df87041533af34c1e6060266d3f12871e5ac
Contents?: true
Size: 827 Bytes
Versions: 1
Compression:
Stored size: 827 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.2 Exclude: - bin/**/* Style/StringLiterals: Enabled: false Metrics/LineLength: Max: 120 Metrics/MethodLength: Max: 21 Metrics/BlockLength: Exclude: - spec/**/* Layout/AlignParameters: EnforcedStyle: with_fixed_indentation Style/HashSyntax: Enabled: false Style/NumericPredicate: Enabled: false Style/PercentLiteralDelimiters: PreferredDelimiters: '%w': '[]' '%W': '[]' Style/GuardClause: Enabled: false Naming/VariableNumber: EnforcedStyle: snake_case Bundler/OrderedGems: Enabled: false Bundler/DuplicatedGem: Enabled: false Style/EmptyMethod: EnforcedStyle: expanded # Waiting on false positives to go away with: # https://github.com/bbatsov/rubocop/pull/5230 Style/FormatStringToken: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pg_search-2.1.3 | .rubocop.yml |