Sha256: 88f8edb6e8318f2136cd9d64077884fe8e3f0c1bbd0b50dc893cc68700f99509
Contents?: true
Size: 666 Bytes
Versions: 1
Compression:
Stored size: 666 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pg_search-2.1.1 | .rubocop.yml |