rubocop-cargosense 6.0.0 → 6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 976949f8460f8979b2949d905ca92d50cada77eba36a9e22a8d523d194b9194d
4
- data.tar.gz: d2869a1dc6ccf6c75ca06aac0e0a0f78e645117a80553e36933d246e6e6c87f1
3
+ metadata.gz: 50ce778d4297d41241d463e4dd317bde4aa0a6a014dd5dcd8d4a174aa9f92771
4
+ data.tar.gz: ffcfa25ecd159df968b0b03ac9aae428fed2ffcbb64cf66cfbe76930bc266de1
5
5
  SHA512:
6
- metadata.gz: 925e948d0d9d7dc138af2862fc94a0857478cd5fd58499d71c69d03101fc1869eb95df49c8510f89291e5fb51ad92b8c05c4d04e990708617b25e6a395b16596
7
- data.tar.gz: 0101e8f8e805fbf4da07c167e08734b8d399243c449de9128514afd9a2fda542eb16d676ecd1b41f3122b67e59deaceb5a32a7e6e5e56b044a8c5a363a3c4916
6
+ metadata.gz: 899cc4ae150a707299d59a183fac56bffa12babe4a23c2590987fb1343ea0d3ef12de937fd0713d9fc17b6dcfb00e1815781942ae7b71ff625aa11ab42e80070
7
+ data.tar.gz: 38bf2ef709d6597c50a417baee4d62a643720abff800ca65fc064b9c1f9cce05072159aa7739592bbd77dea6ff0271f2bfd0fbf25dc8c78cded91dd74ba71ee4
data/README.md CHANGED
@@ -19,18 +19,12 @@ gem "rubocop-cargosense", require: false
19
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
- # .rubocop.yml
23
- plugins:
24
- - rubocop-cargosense
22
+ plugins: rubocop-cargosense
25
23
  ```
26
24
 
27
- > [!TIP]
28
- > If rubocop-cargosense is your project's only RuboCop extension, you can simplify the above directive: `plugins: rubocop-cargosense`
29
-
30
25
  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
26
 
32
27
  ```yaml
33
- # .rubocop.yml
34
28
  inherit_gem:
35
29
  rubocop-cargosense: config/default.yml
36
30
  ```
@@ -38,7 +32,6 @@ inherit_gem:
38
32
  You may also inherit individual configuration files from rubocop-cargosense:
39
33
 
40
34
  ```yaml
41
- # .rubocop.yml
42
35
  inherit_gem:
43
36
  rubocop-cargosense:
44
37
  - config/rubocop-layout.yml
@@ -6,3 +6,7 @@
6
6
  # @see https://github.com/rubocop/rubocop-rspec_rails
7
7
 
8
8
  plugins: rubocop-rspec_rails
9
+
10
+ RSpecRails/InferredSpecType:
11
+ Inferences:
12
+ services: service
@@ -3,7 +3,7 @@
3
3
  module RuboCop
4
4
  module CargoSense
5
5
  NAME = "rubocop-cargosense"
6
- VERSION = "6.0.0"
6
+ VERSION = "6.2.0"
7
7
  HOMEPAGE = "https://github.com/CargoSense/rubocop-cargosense"
8
8
  DESCRIPTION = "Reusable RuboCop configuration for CargoSense's Ruby projects."
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-cargosense
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0
4
+ version: 6.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - CargoSense
@@ -175,7 +175,7 @@ metadata:
175
175
  changelog_uri: https://github.com/CargoSense/rubocop-cargosense/releases
176
176
  default_lint_roller_plugin: RuboCop::CargoSense::Plugin
177
177
  rubygems_mfa_required: 'true'
178
- source_code_uri: https://github.com/CargoSense/rubocop-cargosense/tree/v6.0.0
178
+ source_code_uri: https://github.com/CargoSense/rubocop-cargosense/tree/v6.2.0
179
179
  rdoc_options: []
180
180
  require_paths:
181
181
  - lib
@@ -190,7 +190,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
190
190
  - !ruby/object:Gem::Version
191
191
  version: '0'
192
192
  requirements: []
193
- rubygems_version: 3.6.8
193
+ rubygems_version: 3.7.2
194
194
  specification_version: 4
195
195
  summary: Reusable RuboCop configuration for CargoSense's Ruby projects.
196
196
  test_files: []