From 4c4abb1ba78af40e897e70dcf6c3693fab8e93b2 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 26 May 2016 10:20:54 +0200 Subject: modulesync 0.6.3 --- .rubocop.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 819bbd8..364b022 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,8 +1,11 @@ +require: rubocop-rspec AllCops: + TargetRubyVersion: 1.9 Include: - ./**/*.rb Exclude: - vendor/**/* + - .vendor/**/* - pkg/**/* - spec/fixtures/**/* @@ -64,3 +67,13 @@ Style/BlockDelimiters: Style/MultilineBlockLayout: Enabled: False + +# Rspec + +# We don't use rspec in this way +RSpec/DescribeClass: + Enabled: False + +# Example length is not necessarily an indicator of code quality +RSpec/ExampleLength: + Enabled: False -- cgit v1.2.3