rubocopter 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cd6ae303ad7580685eaf88b470ce8d7a49624f13
4
- data.tar.gz: a418a990f049a7977902d2cc21a5d47a27ac856e
3
+ metadata.gz: b9a55fde1f0422e33a75b14245dd7d10523923da
4
+ data.tar.gz: c79755e40b748e66553bcc2e93c1d87b652e8ebd
5
5
  SHA512:
6
- metadata.gz: 307690b74fa51c4ce56c713d14942b69c3902ea9f217364ea42296073db50d7bf6f06d6aad0f90bf2486587446a9836c29f96cb54c13454f3ee1be1eeb16fd71
7
- data.tar.gz: 9353b3a582d24c8e5c3e79a6d30ba72ff9c83e486545aaebbba2084b88ec2fdeab372a1b6b422653041456c456322d2a49cdfeabebf8cf3a6dd36fd1bd9a3e5c
6
+ metadata.gz: a0a29a1a035fb4f35e3c8490816682b82e2a6d55fc65d95a5785a175b7b1a05ce142490978088bc0194366b2171a806f4545da1de7edd1d459149888b67760a8
7
+ data.tar.gz: f257776fa73e3999f4af85caf48a25f28fc9f3fb50145abe4070320ce267e7130def7abcfe078c68340c6868cabc90234e83f9ce0a17fcd31a5d55b87f628be3
@@ -40,7 +40,7 @@ class RuboCopter::CLI
40
40
  end
41
41
 
42
42
  def check_for_offences(remaining_args = [])
43
- rubocop_options = ['rubocop']
43
+ rubocop_options = ['rubocop', '--force-exclusion']
44
44
  unless remaining_args.include?('--out')
45
45
  rubocop_options += '--out rubocop_result.txt'.split
46
46
  end
@@ -1,3 +1,3 @@
1
1
  module RuboCopter
2
- VERSION = '0.1.5'
2
+ VERSION = '0.1.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocopter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Basset