Sha256: cf8f37dc849f1a0360dd50d976e72dcd19a4a701c4b968e09e978771857152a5
Contents?: true
Size: 802 Bytes
Versions: 1
Compression:
Stored size: 802 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: 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.2 | .rubocop.yml |