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 +4 -4
- data/config/rubocop.yml +7 -0
- data/lib/catalcop/version.rb +1 -1
- 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: 89e8c169ee7a3d33ca9a5e0a4022a0bcd93c0755cc4ea0823bb3c2265a927841
|
|
4
|
+
data.tar.gz: 329ef6c1c98840e321451e4f2ad44de57a5ac98b70d8d027a83a42fe31ecfd34
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/lib/catalcop/version.rb
CHANGED
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
|
+
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:
|
|
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.
|
|
107
|
+
rubygems_version: 3.3.3
|
|
108
108
|
signing_key:
|
|
109
109
|
specification_version: 4
|
|
110
110
|
summary: RuboCop Catal
|