Sha256: 726493eb07f0f478cf319b24958dd502e273fce30acd8b6ef5cf28cf9cc7cd19
Contents?: true
Size: 617 Bytes
Versions: 1
Compression:
Stored size: 617 Bytes
Contents
require: rubocop-rspec inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.4 Exclude: - 'bin/*' - 'config/**/*' - 'db/**/*' - 'tmp/**/*' - 'vendor/**/*' Layout/TrailingBlankLines: Exclude: - "Gemfile" Lint/Debugger: Exclude: - "spec/support/capybara.rb" Metrics/AbcSize: Max: 20 Metrics/BlockLength: Exclude: - 'app/admin/**/*' - 'lib/tasks/*.rake' - 'spec/**/*' Metrics/LineLength: Max: 100 Rails: Enabled: true Style/Documentation: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/StringLiterals: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
welaika-suspenders-2.27.0 | templates/rubocop.yml |