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 +4 -4
- data/lib/rubocopter/cli.rb +1 -1
- data/lib/rubocopter/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b9a55fde1f0422e33a75b14245dd7d10523923da
|
4
|
+
data.tar.gz: c79755e40b748e66553bcc2e93c1d87b652e8ebd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0a29a1a035fb4f35e3c8490816682b82e2a6d55fc65d95a5785a175b7b1a05ce142490978088bc0194366b2171a806f4545da1de7edd1d459149888b67760a8
|
7
|
+
data.tar.gz: f257776fa73e3999f4af85caf48a25f28fc9f3fb50145abe4070320ce267e7130def7abcfe078c68340c6868cabc90234e83f9ce0a17fcd31a5d55b87f628be3
|
data/lib/rubocopter/cli.rb
CHANGED
@@ -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
|
data/lib/rubocopter/version.rb
CHANGED