Sha256: 80fd8e4c3c58d4a6901636474479255c36ad0cf2ea70670c2817516ae3677aad
Contents?: true
Size: 512 Bytes
Versions: 24
Compression:
Stored size: 512 Bytes
Contents
########################### # Configuration for rubocop # in .rubocop.yml ############## # Global rules # see .rubocop_common.yml ############## # Inherit default rules first, and then override those rules with # our violation whitelist. inherit_from: - .rubocop_common.yml - .rubocop_todo.yml ############## # Project specific overrides here, example: # Metrics/BlockLength: # Exclude: # - 'tasks/the_huge_task.rake' AllCops: Exclude: - spec/**/* - examples/**/* TargetRubyVersion: 2.3
Version data entries
24 entries across 24 versions & 2 rubygems