rubocop-github 0.24.0 → 0.26.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/config/default.yml +3 -2
- data/config/rails.yml +2 -1
- data/lib/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 68092b0696291551851d694c8ba3d611938ed51aa3b472a3f5c6216ec3f77e3d
|
4
|
+
data.tar.gz: f9bfa6fa3c36865ab4a308886a52953affb1db057e0804226556419376abfd8a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6397a3669e56bcf65c203e4f716d3c8b829380ac184b5966cbfdbcdb1428c841734c023f30ca4356ded79a75487e41a551983ec9d30d6b7d942c7bef4f125957
|
7
|
+
data.tar.gz: a81228a9b6732a4dd73f520c90d63bbc1a77588cce7a6ae13d8374b4d69461641f58977ab0741be082a546558c241d7a35d8083b0da3773f5f64dc575c7e4ea9
|
data/config/default.yml
CHANGED
@@ -5,7 +5,8 @@ require:
|
|
5
5
|
- rubocop-github
|
6
6
|
|
7
7
|
plugins:
|
8
|
-
- rubocop-performance
|
8
|
+
- rubocop-performance:
|
9
|
+
plugin_class_name: RuboCop::Performance::Plugin
|
9
10
|
|
10
11
|
Bundler/DuplicatedGem:
|
11
12
|
Enabled: true
|
@@ -817,7 +818,7 @@ Naming/MethodName:
|
|
817
818
|
Naming/MethodParameterName:
|
818
819
|
Enabled: false
|
819
820
|
|
820
|
-
Naming/
|
821
|
+
Naming/PredicatePrefix:
|
821
822
|
Enabled: false
|
822
823
|
|
823
824
|
Naming/RescuedExceptionsVariableName:
|
data/config/rails.yml
CHANGED
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-github
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.26.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GitHub
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-06-09 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: rubocop
|
@@ -15,14 +15,14 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - ">="
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: '1.
|
18
|
+
version: '1.76'
|
19
19
|
type: :runtime
|
20
20
|
prerelease: false
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
22
22
|
requirements:
|
23
23
|
- - ">="
|
24
24
|
- !ruby/object:Gem::Version
|
25
|
-
version: '1.
|
25
|
+
version: '1.76'
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: rubocop-performance
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|