ramsey_cop 0.20.0 → 0.22.0

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
  SHA256:
3
- metadata.gz: 1aad46023d236d237793afc01a17b5b52d4f1718b53647c05d060619d4c6ca87
4
- data.tar.gz: 5e67d7774092e9b99f3b726f134974d645539550b0a741573b00d5b74ab41e09
3
+ metadata.gz: 8d12a9c277dca5698664af0a576c9a40dba850152cf3273060747198dd5aa343
4
+ data.tar.gz: 1e1cfdc14c2c68242078acf736424b53994ef06a013be9381f225b641761d62e
5
5
  SHA512:
6
- metadata.gz: 22c99c0c6c35a311a9eb4ba8b5b3168dfbcdfec9f4ef300f33b5122b3c4252f7fcf5adc50f884e4d632c17dc699a7ecf0b9fb215dba1c5535c8380955b951746
7
- data.tar.gz: ae9700ff208b829b386eee13da7a5d897b65f8aad96a8ed66202c30e5a453cd3c0296487305ac166ac82ea4de50be58d8fae30c31cada139fc46eda189e80998
6
+ metadata.gz: cde07dfccf7c2c61821c364c8d20af77e685e819a3d638585cb9a99c11d277570aaa9b59a6d54d47cb6c8d115264c7e9d30a26507bdf28e4fc941141abaf3771
7
+ data.tar.gz: 459ec765e770988788a85799e969cd49275f54db4b43ee08c1ddfad6b3c5b2dd64fdfd583beed37d53db2623855682cf4af82db9e1c4e1be320c1bbc4315d863
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ramsey_cop (0.20.0)
4
+ ramsey_cop (0.22.0)
5
5
  rubocop (>= 0.82)
6
6
  rubocop-performance (>= 1.5.2)
7
7
 
@@ -10,7 +10,6 @@ GEM
10
10
  specs:
11
11
  ast (2.4.0)
12
12
  diff-lcs (1.3)
13
- jaro_winkler (1.5.4)
14
13
  parallel (1.19.1)
15
14
  parser (2.7.1.2)
16
15
  ast (~> 2.4.0)
@@ -30,8 +29,7 @@ GEM
30
29
  diff-lcs (>= 1.2.0, < 2.0)
31
30
  rspec-support (~> 3.9.0)
32
31
  rspec-support (3.9.2)
33
- rubocop (0.82.0)
34
- jaro_winkler (~> 1.5.1)
32
+ rubocop (0.83.0)
35
33
  parallel (~> 1.10)
36
34
  parser (>= 2.7.0.1)
37
35
  rainbow (>= 2.2.2, < 4.0)
data/default.yml CHANGED
@@ -9,6 +9,9 @@ AllCops:
9
9
  Layout/AccessModifierIndentation:
10
10
  EnforcedStyle: outdent
11
11
 
12
+ Layout/EmptyLinesAroundAttributeAccessor:
13
+ Enabled: true
14
+
12
15
  Layout/LineLength:
13
16
  Max: 120
14
17
  Exclude:
@@ -20,7 +23,7 @@ Lint/RaiseException:
20
23
  Enabled: true
21
24
 
22
25
  Layout/SpaceAroundMethodCallOperator:
23
- Enabled: false
26
+ Enabled: true
24
27
 
25
28
  Lint/StructNewOverride:
26
29
  Enabled: true
@@ -74,7 +77,7 @@ Style/Documentation:
74
77
  Enabled: false
75
78
 
76
79
  Style/ExponentialNotation:
77
- Enabled: false
80
+ Enabled: true
78
81
 
79
82
  Style/FrozenStringLiteralComment:
80
83
  Enabled: false
@@ -106,6 +109,9 @@ Style/PercentLiteralDelimiters:
106
109
  '%W': ()
107
110
  '%x': ()
108
111
 
112
+ Style/SlicingWithRange:
113
+ Enabled: true
114
+
109
115
  Style/StringLiterals:
110
116
  EnforcedStyle: double_quotes
111
117
  Enabled: true
@@ -1,3 +1,3 @@
1
1
  module RamseyCop
2
- VERSION = "0.20.0".freeze
2
+ VERSION = "0.22.0".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ramsey_cop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rick Peyton
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2020-05-07 00:00:00.000000000 Z
12
+ date: 2020-05-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubocop