Sha256: c5339579467c18117b49a2eccd6ad3cce64d739f6697b86500c7d397b61537d8
Contents?: true
Size: 483 Bytes
Versions: 2
Compression:
Stored size: 483 Bytes
Contents
require: rubocop-rspec AllCops: Exclude: - 'gemfiles/**/*' - 'vendor/**/*' Metrics/ClassLength: Max: 150 Metrics/AbcSize: Max: 20 Metrics/LineLength: Max: 120 Metrics/MethodLength: Max: 20 RSpec/ExpectInHook: Enabled: false RSpec/EmptyLineAfterHook: Enabled: false RSpec/ScatteredSetup: Enabled: false Metrics/BlockLength: Exclude: - cloudtasker.gemspec - 'spec/**/*' Style/Documentation: Exclude: - 'examples/**/*' - 'spec/**/*'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cloudtasker-0.9.5 | .rubocop.yml |
cloudtasker-0.9.4 | .rubocop.yml |