Sha256: a1f6408ba18525c4e02eee67a4354ed80e200f7d93c417eb4b7307998b5fb9ef
Contents?: true
Size: 353 Bytes
Versions: 4
Compression:
Stored size: 353 Bytes
Contents
# Exclude vendored and generated code from Rubocop AllCops: Exclude: - vendor/**/* - bin/* - lib/active_model/jobs/version.rb # Don't require documentation for mocks Style/Documentation: Exclude: - spec/**/* # Allow any kind of string literal Style/StringLiterals: Enabled: false Metrics/BlockLength: Exclude: - spec/**/*
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
active_model_jobs-0.2.2 | .rubocop.yml |
active_model-jobs-0.2.2 | .rubocop.yml |
active_model_jobs-0.2.1 | .rubocop.yml |
active_model-jobs-0.2.1 | .rubocop.yml |