Sha256: a1d58200f6074e9c9bd7e56c7b2c81918ee3214028d5f8d2f3dc4d56d52ab95b

Contents?: true

Size: 661 Bytes

Versions: 4

Compression:

Stored size: 661 Bytes

Contents

inherit_from: .rubocop_todo.yml

require: rubocop-rspec
# We have some problems here.
# 1st, drewcoo-cops isn't called unless it's after rubocop-rspec.
# 2nd, there is spew aboutu RSpec/FilePath has the wrong namespace.
# 3rd, there are warnings about RSpec tests in the todo file.
# That last one's my doing but I only get the spew when my gem is here, too.
# Searching the web they're all more likely rubocop-rspec's fault than my code.
# So I'll leave this as is and look into it later. TODO: Look into it.
# require: drewcoo-cops

AllCops:
  DefaultFormatter: progress
  DisplayCopNames: true
  DisplayStyleGuide: true
  ExtraDetails: true

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
doppelserver-1.0.0 .rubocop.yml
doppelserver-0.4.9 .rubocop.yml
doppelserver-0.2.8 .rubocop.yml
doppelserver-0.2.7 .rubocop.yml