Sha256: 1c6a76cb39bfeb00c48e2ed6b90b72dce51d961d30852b07493c7d1854dc9d1a
Contents?: true
Size: 864 Bytes
Versions: 8
Compression:
Stored size: 864 Bytes
Contents
require: rubocop-rspec Rails: Enabled: true Documentation: Enabled: true AllCops: DisplayCopNames: true TargetRubyVersion: 2.3 Exclude: - db/schema.rb - bin/**/* - db/migrate/**/* - vendor/cache/**/* - vendor/bundle/**/* - build/**/* Metrics/BlockLength: Exclude: # Because of the Grape DSL - lib/**/*.rb - Rakefile - grape-jwt-authentication.gemspec - spec/**/*.rb - '**/*.rake' # Document all the things. Style/DocumentationMethod: Enabled: true RequireForNonPublicMethods: true # It's a deliberate idiom in RSpec. # See: https://github.com/bbatsov/rubocop/issues/4222 Lint/AmbiguousBlockAssociation: Exclude: - "spec/**/*" # Because +expect_any_instance_of().to have_received()+ is not # supported with the +with(hash_including)+ matchers RSpec/MessageSpies: EnforcedStyle: receive
Version data entries
8 entries across 8 versions & 1 rubygems