Sha256: aca7f5f2ad40b3428fb87e46e72beb74b64ecca26a87eab1e2153d1a408bbf6c
Contents?: true
Size: 628 Bytes
Versions: 1
Compression:
Stored size: 628 Bytes
Contents
require: rubocop-rspec Rails: Enabled: true Documentation: Enabled: true AllCops: DisplayCopNames: true TargetRubyVersion: 2.2 Metrics/BlockLength: Exclude: - Rakefile - spec/**/*.rb - '**/*.rake' - '*.gemspec' # Document all the things. Style/DocumentationMethod: Enabled: true RequireForNonPublicMethods: true # Because +expect_any_instance_of().to have_received()+ is not # supported with the +with(hash_including)+ matchers RSpec/MessageSpies: EnforcedStyle: receive # Allow deeper nesting because of the predefined/non-predefined - # bang/non-bang cases. RSpec/NestedGroups: Max: 4
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jabber_admin-0.2.0 | .rubocop.yml |