rubocop-cache-ventures 1.2.0 → 3.0.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/rubocop.yml +29 -2
  3. metadata +5 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b899e92970f70703dc4ab56ef7a5aae599c290a9b38e4bd2e739d9569c747fcf
4
- data.tar.gz: 3b516f7af5d94fa30e669b4b5ba4d641658cfdc25c1a7c6d736352e9cdbf56e0
3
+ metadata.gz: b4c7fce553355032830a9a3c31d260f00f2da038a515a43e3d523ab92f0f823c
4
+ data.tar.gz: 485c6d56a56ef1e8606c3e14ec2291eefe15c7a4f5632e3fc8d8c6091e896baa
5
5
  SHA512:
6
- metadata.gz: d3c36210cd7b03e497c74521521503f4390abfc755f83b989fa7f54465f1f203dd96ee3af49a30babe26f2c82ca008f532b146654c6f143c784c73223f94345c
7
- data.tar.gz: 0fff49a038c6312443ae23c7d1796fe21f0bb0b39e18216e927ef8b220ef73e60d0202a5086f572fdd98a4aa5c5a22dcb9fc612da7759cf1457988634db35340
6
+ metadata.gz: 420eefd178abbb7fe237d6bbaace7b71b52346bbb79143d04f6fe6293348b5196c4e205996edc9694a961ade68430be2aa3252dba2eb14c4f8a29d56406e3da2
7
+ data.tar.gz: 4c7d0c9d3488bdf02b15727861e48fde2d40ff10b336b09aa16f0cab160171f90e7b62b9f596d7444f5976d98f8410e5bfdbfe7d9146ff3e99b075f8c1e236e8
data/rubocop.yml CHANGED
@@ -1,4 +1,4 @@
1
- require:
1
+ plugins:
2
2
  - rubocop-minitest
3
3
  - rubocop-performance
4
4
  - rubocop-rails
@@ -28,9 +28,36 @@ Bundler:
28
28
  Bundler/OrderedGems:
29
29
  Enabled: false
30
30
 
31
- Layout/EmptyLineAfterGuardClause:
31
+ Layout:
32
32
  Enabled: true
33
33
 
34
+ Layout/DotPosition:
35
+ EnforcedStyle: trailing
36
+
37
+ # will be enabled by default in the future
38
+ Layout/EmptyLinesAfterModuleInclusion:
39
+ Enabled: true
40
+
41
+ Layout/LineContinuationLeadingSpace:
42
+ Enabled: true
43
+
44
+ Layout/LineContinuationSpacing:
45
+ Enabled: true
46
+
47
+ Layout/LineEndStringConcatenationIndentation:
48
+ Enabled: true
49
+
50
+ Layout/LineLength:
51
+ Severity: info
52
+ Max: 80
53
+ AutoCorrect: disabled
54
+
55
+ Layout/MultilineMethodCallIndentation:
56
+ EnforcedStyle: indented
57
+
58
+ Layout/MultilineOperationIndentation:
59
+ EnforcedStyle: indented
60
+
34
61
  Lint:
35
62
  Enabled: true
36
63
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-cache-ventures
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jarrett Lusso
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-05-03 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: rubocop
@@ -16,14 +15,14 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: '0'
18
+ version: 1.79.0
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
23
  - - ">="
25
24
  - !ruby/object:Gem::Version
26
- version: '0'
25
+ version: 1.79.0
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: rubocop-rails
29
28
  requirement: !ruby/object:Gem::Requirement
@@ -66,7 +65,6 @@ dependencies:
66
65
  - - ">="
67
66
  - !ruby/object:Gem::Version
68
67
  version: '0'
69
- description:
70
68
  email: jclusso@gmail.com
71
69
  executables: []
72
70
  extensions: []
@@ -77,7 +75,6 @@ homepage: https://github.com/cacheventures/code-style
77
75
  licenses:
78
76
  - MIT
79
77
  metadata: {}
80
- post_install_message:
81
78
  rdoc_options: []
82
79
  require_paths:
83
80
  - lib
@@ -92,8 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
89
  - !ruby/object:Gem::Version
93
90
  version: '0'
94
91
  requirements: []
95
- rubygems_version: 3.3.5
96
- signing_key:
92
+ rubygems_version: 3.7.1
97
93
  specification_version: 4
98
94
  summary: Cache Ventures RuboCop config.
99
95
  test_files: []