rubocop-cargosense 5.0.0 → 5.2.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 +4 -4
- data/README.md +3 -3
- data/config/rubocop-capybara.yml +1 -1
- data/config/rubocop-factory_bot.yml +1 -1
- data/config/rubocop-rspec_rails.yml +1 -1
- data/lib/rubocop/cargosense.rb +1 -1
- metadata +9 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bbc76ab726950968ea63047db1c771535e29f4c1706c46dd8518d9ceea8a5efb
|
4
|
+
data.tar.gz: cfc6dd1344e0ff91bd12dae69e35af1290fd55e840bf4d64d818ea16c1ee3d32
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a4d47cff4a5b50ec01817e1c76d9ad02b2b23265bdf378fe6b46ec661bd22f43ab79dfbab44ceab751342c81c5226fc6294d11098835a19749b4489c8456bf52
|
7
|
+
data.tar.gz: e07c80a7aa498244be601554457482f7dddcae322ceb4496c43f4fde6532ac87beb49d07bdf598bc74142ccd24872b510129da9eccc2d8a6629b327379311a3e
|
data/README.md
CHANGED
@@ -16,16 +16,16 @@ gem "rubocop-cargosense", require: false
|
|
16
16
|
|
17
17
|
## Usage
|
18
18
|
|
19
|
-
Include rubocop-cargosense in your project's `.rubocop.yml` using [RuboCop's `
|
19
|
+
Include rubocop-cargosense in your project's `.rubocop.yml` using [RuboCop's `plugins` directive](https://docs.rubocop.org/rubocop/extensions.html#loading-extensions):
|
20
20
|
|
21
21
|
```yaml
|
22
22
|
# .rubocop.yml
|
23
|
-
|
23
|
+
plugins:
|
24
24
|
- rubocop-cargosense
|
25
25
|
```
|
26
26
|
|
27
27
|
> [!TIP]
|
28
|
-
> If rubocop-cargosense is your project's only RuboCop extension, you can simplify the above directive: `
|
28
|
+
> If rubocop-cargosense is your project's only RuboCop extension, you can simplify the above directive: `plugins: rubocop-cargosense`
|
29
29
|
|
30
30
|
Or, inherit rubocop-cargosense's default configuration using [RuboCop's `inherit_gem` directive](https://docs.rubocop.org/rubocop/configuration.html#inheriting-configuration-from-a-dependency-gem):
|
31
31
|
|
data/config/rubocop-capybara.yml
CHANGED
data/lib/rubocop/cargosense.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-cargosense
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.
|
4
|
+
version: 5.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- CargoSense
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-03-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: lint_roller
|
@@ -50,34 +50,28 @@ dependencies:
|
|
50
50
|
requirements:
|
51
51
|
- - "~>"
|
52
52
|
- !ruby/object:Gem::Version
|
53
|
-
version: '2.
|
53
|
+
version: '2.22'
|
54
54
|
type: :runtime
|
55
55
|
prerelease: false
|
56
56
|
version_requirements: !ruby/object:Gem::Requirement
|
57
57
|
requirements:
|
58
58
|
- - "~>"
|
59
59
|
- !ruby/object:Gem::Version
|
60
|
-
version: '2.
|
60
|
+
version: '2.22'
|
61
61
|
- !ruby/object:Gem::Dependency
|
62
62
|
name: rubocop-factory_bot
|
63
63
|
requirement: !ruby/object:Gem::Requirement
|
64
64
|
requirements:
|
65
65
|
- - "~>"
|
66
66
|
- !ruby/object:Gem::Version
|
67
|
-
version: '2.
|
68
|
-
- - ">="
|
69
|
-
- !ruby/object:Gem::Version
|
70
|
-
version: 2.26.1
|
67
|
+
version: '2.27'
|
71
68
|
type: :runtime
|
72
69
|
prerelease: false
|
73
70
|
version_requirements: !ruby/object:Gem::Requirement
|
74
71
|
requirements:
|
75
72
|
- - "~>"
|
76
73
|
- !ruby/object:Gem::Version
|
77
|
-
version: '2.
|
78
|
-
- - ">="
|
79
|
-
- !ruby/object:Gem::Version
|
80
|
-
version: 2.26.1
|
74
|
+
version: '2.27'
|
81
75
|
- !ruby/object:Gem::Dependency
|
82
76
|
name: rubocop-performance
|
83
77
|
requirement: !ruby/object:Gem::Requirement
|
@@ -146,14 +140,14 @@ dependencies:
|
|
146
140
|
requirements:
|
147
141
|
- - "~>"
|
148
142
|
- !ruby/object:Gem::Version
|
149
|
-
version: '2.
|
143
|
+
version: '2.31'
|
150
144
|
type: :runtime
|
151
145
|
prerelease: false
|
152
146
|
version_requirements: !ruby/object:Gem::Requirement
|
153
147
|
requirements:
|
154
148
|
- - "~>"
|
155
149
|
- !ruby/object:Gem::Version
|
156
|
-
version: '2.
|
150
|
+
version: '2.31'
|
157
151
|
description: Reusable RuboCop configuration for CargoSense's Ruby projects.
|
158
152
|
email:
|
159
153
|
- rubygems@cargosense.com
|
@@ -188,7 +182,7 @@ metadata:
|
|
188
182
|
changelog_uri: https://github.com/CargoSense/rubocop-cargosense/releases
|
189
183
|
default_lint_roller_plugin: RuboCop::CargoSense::Plugin
|
190
184
|
rubygems_mfa_required: 'true'
|
191
|
-
source_code_uri: https://github.com/CargoSense/rubocop-cargosense/tree/v5.
|
185
|
+
source_code_uri: https://github.com/CargoSense/rubocop-cargosense/tree/v5.2.0
|
192
186
|
post_install_message:
|
193
187
|
rdoc_options: []
|
194
188
|
require_paths:
|