Sha256: 5b2efe8a84e09afdf50fce3176b7b9a4fa7394e41acc9be6904710ad5a040da4
Contents?: true
Size: 370 Bytes
Versions: 5
Compression:
Stored size: 370 Bytes
Contents
require: - rubocop-rspec - rubocop-rake AllCops: NewCops: enable TargetRubyVersion: 2.7 Layout/LineLength: Exclude: - 'spec/**/*' - 'ika3.gemspec' Metrics/BlockLength: Exclude: - 'spec/**/*' RSpec/MultipleExpectations: Max: 5 RSpec/ExampleLength: Max: 15 CountAsOne: ["array", "hash", "heredoc"] Style/Documentation: Enabled: false
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ika3-0.8.0 | .rubocop.yml |
ika3-0.6.0 | .rubocop.yml |
ika3-0.5.1 | .rubocop.yml |
ika3-0.5.0 | .rubocop.yml |
ika3-0.4.1 | .rubocop.yml |