Sha256: 466cf3c547a2b3b3fd93389a78349e5aa59c6bdce302ad3fc578d6ca92e18f3c
Contents?: true
Size: 634 Bytes
Versions: 12
Compression:
Stored size: 634 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: NewCops: enable Layout/LineLength: Exclude: - countries.gemspec Metrics/BlockLength: Exclude: - 'spec/**/*' - Rakefile - 'spec/**/*' - 'lib/countries/tasks/*' Style/RescueModifier: Enabled: false Style/CaseEquality: Exclude: - 'lib/countries/country/finder_methods.rb' Style/IfUnlessModifier: Exclude: - 'spec/thread_safety_spec.rb' Naming/MethodName: Exclude: - 'lib/countries/country/class_methods.rb' Lint/AmbiguousBlockAssociation: Exclude: - 'spec/perf_spec.rb' Metrics/MethodLength: Max: 20 Metrics/ClassLength: Max: 130
Version data entries
12 entries across 12 versions & 1 rubygems