Sha256: 01ffbe8d5b3e44820d6ef6c5db270973d7c517145c3eb256b599444fc0a8aa71
Contents?: true
Size: 376 Bytes
Versions: 6
Compression:
Stored size: 376 Bytes
Contents
# NOTE: DO NOT put a 'inheried_from' in this file, because Hound with silently # ignore it # # Files you want to exclude AllCops: # Rails cops (so we don't need to run with -R option) RunRailsCops: true Exclude: - db/schema.rb - Gemfile - Rakefile # TODO: put your overrides here: StringLiterals: EnforcedStyle: single_quotes # # LineLength: # Max: 200
Version data entries
6 entries across 6 versions & 2 rubygems