rubocop-cache-ventures 1.0.1 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/rubocop.yml +12 -0
  3. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d1ad6bace7c1bdd5789ec8f7c1f8486c7514ea1d09e8d3bb6a2669ef8ec8ccb2
4
- data.tar.gz: 3d46f3483608dc08954d005d26ffff36637b09b26cda77df9e7c4ba1f07acb81
3
+ metadata.gz: b899e92970f70703dc4ab56ef7a5aae599c290a9b38e4bd2e739d9569c747fcf
4
+ data.tar.gz: 3b516f7af5d94fa30e669b4b5ba4d641658cfdc25c1a7c6d736352e9cdbf56e0
5
5
  SHA512:
6
- metadata.gz: a406a3d197b72ebb58f4787de3fcf17651ddc9b425a2e8de766dd2dc3e4c695b631ca0e1272eb4932ac293296e47b20c8a1729736bff136cd117a92f7aefff5b
7
- data.tar.gz: 6e90cc166c7c6653c9f465f52da509145f05f8c4da70531bba2ad2bf0b51548dc876bd38c300fde6641cf2d4decbf27673958dbc30e24828fedc330a10bd780c
6
+ metadata.gz: d3c36210cd7b03e497c74521521503f4390abfc755f83b989fa7f54465f1f203dd96ee3af49a30babe26f2c82ca008f532b146654c6f143c784c73223f94345c
7
+ data.tar.gz: 0fff49a038c6312443ae23c7d1796fe21f0bb0b39e18216e927ef8b220ef73e60d0202a5086f572fdd98a4aa5c5a22dcb9fc612da7759cf1457988634db35340
data/rubocop.yml CHANGED
@@ -28,6 +28,9 @@ Bundler:
28
28
  Bundler/OrderedGems:
29
29
  Enabled: false
30
30
 
31
+ Layout/EmptyLineAfterGuardClause:
32
+ Enabled: true
33
+
31
34
  Lint:
32
35
  Enabled: true
33
36
 
@@ -81,6 +84,15 @@ Security:
81
84
  Style/ReturnNil:
82
85
  Enabled: true
83
86
 
87
+ Style/StringLiterals:
88
+ Enabled: true
89
+
90
+ Style/StringLiteralsInInterpolation:
91
+ Enabled: true
92
+
93
+ Style/SymbolLiteral:
94
+ Enabled: true
95
+
84
96
  Minitest/AssertEqual:
85
97
  Enabled: true
86
98
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-cache-ventures
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jarrett Lusso
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-28 00:00:00.000000000 Z
11
+ date: 2024-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description:
69
+ description:
70
70
  email: jclusso@gmail.com
71
71
  executables: []
72
72
  extensions: []
@@ -77,7 +77,7 @@ homepage: https://github.com/cacheventures/code-style
77
77
  licenses:
78
78
  - MIT
79
79
  metadata: {}
80
- post_install_message:
80
+ post_install_message:
81
81
  rdoc_options: []
82
82
  require_paths:
83
83
  - lib
@@ -92,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  - !ruby/object:Gem::Version
93
93
  version: '0'
94
94
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
95
+ rubygems_version: 3.3.5
96
+ signing_key:
97
97
  specification_version: 4
98
98
  summary: Cache Ventures RuboCop config.
99
99
  test_files: []