Sha256: 89cf7044096180b0595b13c6696d17a171ca9128bee40372d2593d342d0947c9
Contents?: true
Size: 563 Bytes
Versions: 7
Compression:
Stored size: 563 Bytes
Contents
inherit_from: - .rubocop_disabled.yml - .rubocop_enabled.yml - .rubocop_todo.yml AllCops: Include: - '**/Gemfile' - '**/Rakefile' Exclude: - 'bin/**/*' - 'db/migrate/**/*' - 'spec/dummy/**/*' Metrics/BlockLength: Exclude: - '**/*.gemspec' - '**/*.rake' - 'config/initializers/simple_form_bootstrap.rb' - 'config/routes.rb' - 'lib/archangel/testing_support/**/*.rb' - 'spec/**/*.rb' Style/StringLiterals: EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes
Version data entries
7 entries across 7 versions & 1 rubygems