Sha256: 5618a73a3022758cedcc190aade6d90f04d6f362b68102751eeb36ad7a8f6181
Contents?: true
Size: 316 Bytes
Versions: 1
Compression:
Stored size: 316 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/support/mocks.rb # Allow any kind of string literal Style/StringLiterals: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_model-jobs-0.1.0 | .rubocop.yml |