catalcop 0.3.4 → 0.3.5

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: 3590fe33d83714d5f29105a78b49485ca04f6dd4687f930e72372bd162369c1f
4
- data.tar.gz: dab692aa2d00f85e4d63bb71c0d4989132c8f65c34d04c2854336c5cfe1f830f
3
+ metadata.gz: 89e8c169ee7a3d33ca9a5e0a4022a0bcd93c0755cc4ea0823bb3c2265a927841
4
+ data.tar.gz: 329ef6c1c98840e321451e4f2ad44de57a5ac98b70d8d027a83a42fe31ecfd34
5
5
  SHA512:
6
- metadata.gz: 112c446dd27c614fc38adac51aa2a6644930cd6fe42b03993c7a92fa98cf2259219563783b1c90bd5bbf96a7f37fa98fcadaa88977fab1c337ea6fdf6419e8e8
7
- data.tar.gz: 878aac5d29524c82fb6510ba46c4e49d3ee6038abd5479ca5f481030ea081682e6deec497537349f92dda2092936f78f9fa842f31339b48806685914c58eacea
6
+ metadata.gz: 6b6915e468d3d2d3fb4ad8a7a47f24ba165d14c6fd3b3ef3ed0babd1dbe3200b69c7595134bb3fd90511b034534a2d8305998d75e7022e460b2dfa4cfa5a8406
7
+ data.tar.gz: 47ec98d6f306831b021f34d240fc1a39a309ec535a8a86d244dc3e31afefb645e8bc40a905d372318ce975f6d289a02e184375a2b53c6786467c6215ab068f8b
data/config/rubocop.yml CHANGED
@@ -225,6 +225,9 @@ Rails/FilePath:
225
225
  EnforcedStyle: slashes
226
226
 
227
227
  ##################### RSpec ##################################
228
+ RSpec/ExampleLength:
229
+ Max: 10
230
+
228
231
  # ネストの最大数(falseにしてもいいくらいだが、念の為)
229
232
  RSpec/NestedGroups:
230
233
  Max: 6
@@ -247,3 +250,7 @@ RSpec/BeforeAfterAll:
247
250
  ##################### Rails ##################################
248
251
  Rails/EnvironmentVariableAccess:
249
252
  AllowReads: true
253
+
254
+ # `ago`や`since`がわかりやすいとは限らない
255
+ Rails/DurationArithmetic:
256
+ Enabled: false
@@ -1,3 +1,3 @@
1
1
  module Catalcop
2
- VERSION = "0.3.4"
2
+ VERSION = "0.3.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: catalcop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - geeknees
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-06-14 00:00:00.000000000 Z
11
+ date: 2022-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  - !ruby/object:Gem::Version
105
105
  version: '0'
106
106
  requirements: []
107
- rubygems_version: 3.2.3
107
+ rubygems_version: 3.3.3
108
108
  signing_key:
109
109
  specification_version: 4
110
110
  summary: RuboCop Catal