rubocop-cargosense 5.0.0 → 5.1.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-factory_bot.yml +1 -1
- data/lib/rubocop/cargosense.rb +1 -1
- metadata +5 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47e427564924c7169b02c46366aa450d0f31e9dcbba8be805d544f452dd7fe91
|
4
|
+
data.tar.gz: 7620979cada542c525021ac06b21822bb4418d640d8bb253655d0079b283e07a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81e5117301f394394f1ae32a8a587adad525c16e6ed20dd86a6d80486e993443f136a72cd48a9cd6b8c86ac6c1844a070bdd96b9d490c7cef8e611ca480d3639
|
7
|
+
data.tar.gz: be4f79a1d681207f894a355381c44219a6ac8e144a3b0d7be1d4aa049ad80e4775b8afd2ef378c6401afec7d50970b0f769d8e3b74eadecf8479b77b490ba061
|
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/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.1.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-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: lint_roller
|
@@ -64,20 +64,14 @@ dependencies:
|
|
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
|
@@ -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.1.0
|
192
186
|
post_install_message:
|
193
187
|
rdoc_options: []
|
194
188
|
require_paths:
|