simplycop 1.16.6 → 1.17.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a18a862bf6a15c1233883274c4fe730e30317a7354bce0dc52144ac2d74b8ac
4
- data.tar.gz: 4d4873a8100a8f2262a720e1e9d419400e21e624f7e3f6033337b65cab3aea8f
3
+ metadata.gz: 9e4d596b4b625b33a9f091d6c1e729d0e169c497fec4d7b6e3fefb66bc517371
4
+ data.tar.gz: 739abd5f23785d91a0b77ef8164d74284a572a4d569c127b1f3a6d200d8d114a
5
5
  SHA512:
6
- metadata.gz: b765dba903f376bb172c7237fca0131210295e03c07193a077bd646928ded22ae27c727b5a4b07c937cde31cd9aa7a48111422c92a08983261fd99dc90de6cc9
7
- data.tar.gz: ffe9c42b8e177c6fd2ab2e500d2a7806deb58a32ddc374f955a1018262b9ed1d1decb8afc55d3b2407cd442140dbf0d8f9798da0c013071331877e367efface0
6
+ metadata.gz: 774ec92dd054e431d54a5d74713d1afd2e429afb3d003cb526a7461af51fe514ab3d280608c70fbf84fce64e41e24d4bbfe28f9dcd7404aa19686949c7339e40
7
+ data.tar.gz: ec3721b110bf666010614c5805835df3ca1438c901b28b831593e3770aefe46bf33d4952a3f894b5e251772202b0457dd894e52253a795cc1df35dda6db8c6e9
data/.simplycop_rails.yml CHANGED
@@ -129,6 +129,9 @@ Rails/EnvironmentComparison:
129
129
  Rails/EnvironmentVariableAccess:
130
130
  Enabled: false
131
131
 
132
+ Rails/EnvLocal:
133
+ Enabled: true
134
+
132
135
  Rails/Exit:
133
136
  Enabled: true
134
137
 
data/.simplycop_rspec.yml CHANGED
@@ -99,6 +99,9 @@ RSpec/EmptyLineAfterSubject:
99
99
  RSpec/EmptyMetadata:
100
100
  Enabled: true
101
101
 
102
+ RSpec/EmptyOutput:
103
+ Enabled: true
104
+
102
105
  RSpec/Eq:
103
106
  Enabled: true
104
107
 
@@ -161,6 +164,9 @@ RSpec/InstanceSpy:
161
164
  RSpec/InstanceVariable:
162
165
  Enabled: false
163
166
 
167
+ RSpec/IsExpectedSpecify:
168
+ Enabled: true
169
+
164
170
  RSpec/ItBehavesLike:
165
171
  Enabled: true
166
172
 
@@ -265,6 +271,9 @@ RSpec/RepeatedExampleGroupDescription:
265
271
  RSpec/RepeatedIncludeExample:
266
272
  Enabled: true
267
273
 
274
+ RSpec/RepeatedSubjectCall:
275
+ Enabled: true
276
+
268
277
  RSpec/ReturnFromStub:
269
278
  Enabled: true
270
279
 
@@ -304,6 +313,9 @@ RSpec/SubjectDeclaration:
304
313
  RSpec/SubjectStub:
305
314
  Enabled: true
306
315
 
316
+ RSpec/UndescriptiveLiteralsDescription:
317
+ Enabled: true
318
+
307
319
  RSpec/UnspecifiedException:
308
320
  Enabled: true
309
321
 
data/.simplycop_style.yml CHANGED
@@ -348,6 +348,9 @@ Style/MagicCommentFormat: # new in 1.35
348
348
  Style/MapCompactWithConditionalBlock: # new in 1.30
349
349
  Enabled: true
350
350
 
351
+ Style/MapIntoArray: # new in 1.63
352
+ Enabled: true
353
+
351
354
  # Overridden to false in Chopin
352
355
  Style/MapToHash:
353
356
  Enabled: true
@@ -7,5 +7,5 @@
7
7
  #
8
8
 
9
9
  module Simplycop
10
- VERSION = '1.16.6'
10
+ VERSION = '1.17.0'
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplycop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.6
4
+ version: 1.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simply Business