Sha256: e3b457fa6056d6d0c29da9c4865f6b18a2ee2e01bc616f5f951730f6ef657e15
Contents?: true
Size: 723 Bytes
Versions: 1
Compression:
Stored size: 723 Bytes
Contents
inherit_gem: bixby: bixby_default.yml inherit_mode: merge: - Exclude AllCops: Exclude: - 'app/javascript/**/*' - 'node_modules/**/*' # Turning off until we can support multiple enforced styles (key and table). This is available in newer version of rubocop. Layout/AlignHash: Enabled: false # In Rubocop 0.68 (a newer version than we're using right now), the IndentHash rule has been renamed to IndentFirstHashElement. Layout/IndentHash: EnforcedStyle: consistent RSpec/MessageSpies: Enabled: false Style/BlockDelimiters: EnforcedStyle: braces_for_chaining Style/RedundantSelf: Enabled: false Metrics/BlockLength: Exclude: - 'spec/**/*' Rails/HasAndBelongsToMany: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubocul-2.0.1 | rubocul_default.yml |