arcadia_cops 3.1.0 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config/enabled.yml +8 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1965af731f8b64305883c0dd8c915f4962ce57fc426eafd7bc2a04e8627690ef
|
|
4
|
+
data.tar.gz: 1c0f3379c1b27fb7bd684f27efb37b7af302cd505304abd653ff03ad0af029e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a0a5e7004cf2edf2782076eb6f38c3e4d1918c532e9b35eca0b66e3d959392cbf1487cb789216e58baccab85c4e3e4c36f8ddfa568b38a3c673bc805f295090e
|
|
7
|
+
data.tar.gz: e08b9b2198adeb29bcc10db25503cc77711e90281050b365fd3a77013a1215ee68223f1b280709d200aa14903c674d6bab66fc1a2f85715610fe27fbb2f81366
|
data/config/enabled.yml
CHANGED
|
@@ -282,6 +282,7 @@ Rails/Output:
|
|
|
282
282
|
|
|
283
283
|
Rails/SafeNavigation:
|
|
284
284
|
Description: "Use Ruby's safe navigation operator (`&.`) instead of `try!`"
|
|
285
|
+
ConvertTry: true
|
|
285
286
|
|
|
286
287
|
Rails/Date:
|
|
287
288
|
Description: >-
|
|
@@ -671,3 +672,10 @@ RSpec/OverwritingSetup:
|
|
|
671
672
|
Description: Checks if there is a let/subject that overwrites an existing one.
|
|
672
673
|
StyleGuide: http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/OverwritingSetup
|
|
673
674
|
|
|
675
|
+
Layout/SpaceInsideStringInterpolation:
|
|
676
|
+
Description: Checks for padding/surrounding spaces inside string interpolation.
|
|
677
|
+
EnforcedStyle: no_space
|
|
678
|
+
|
|
679
|
+
Style/ReturnNil:
|
|
680
|
+
Description: Use return instead of return nil.
|
|
681
|
+
EnforcedStyle: return
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: arcadia_cops
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- justin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-11-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
96
96
|
version: '0'
|
|
97
97
|
requirements: []
|
|
98
98
|
rubyforge_project:
|
|
99
|
-
rubygems_version: 2.7.
|
|
99
|
+
rubygems_version: 2.7.7
|
|
100
100
|
signing_key:
|
|
101
101
|
specification_version: 4
|
|
102
102
|
summary: Arcadia Power Style Cops
|