Sha256: c8c8233f3ba41571c667adfb0f53a81683c5a202fad63e28dfb5ffca58e68e8b
Contents?: true
Size: 659 Bytes
Versions: 2
Compression:
Stored size: 659 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
doppelserver-0.2.6 | .rubocop.yml |
doppelserver-0.2.5 | .rubocop.yml |