boxt_rubocop 2.14.2 → 2.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/config/default.yml +6 -2
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6f3012223179669e215edfd47911c85b72d657e266bdc7efa37c06b5a69fbc0d
|
4
|
+
data.tar.gz: 5c9dc588620bc7fd0c4da71dce6591cc0c217beba45310e8831322019880108c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 938ab23218c587e65e43623f0e488b88e5210fee68e3671e2bea1772ff42fedb4f3d31772595350206fd813de2458654fdc553e28a6afc1d5189521220732e77
|
7
|
+
data.tar.gz: 2cef3e8abc5946e2c0f2684878bcaf6d758b583da9d21a3f39190a50d9e30a1b34e5fc7e95b3b62065584274674d779fa2432597320c421f46c11c89f4618df4
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.
|
1
|
+
2.15.0
|
data/config/default.yml
CHANGED
@@ -8,11 +8,11 @@ AllCops:
|
|
8
8
|
NewCops: enable
|
9
9
|
|
10
10
|
Boxt/ApiPathFormat:
|
11
|
-
Description:
|
11
|
+
Description: "Ensure that the API path uses kebab case"
|
12
12
|
Enabled: false
|
13
13
|
|
14
14
|
Boxt/ApiTypeParameters:
|
15
|
-
Description:
|
15
|
+
Description: "Ensure that API parameters are typed"
|
16
16
|
Enabled: false
|
17
17
|
|
18
18
|
Layout/ClassStructure:
|
@@ -64,5 +64,9 @@ Style/Documentation:
|
|
64
64
|
Style/DoubleNegation:
|
65
65
|
Enabled: false
|
66
66
|
|
67
|
+
# Setting this to a max of 3 as 2 is too restrictive for some of our code
|
68
|
+
Style/SafeNavigationChainLength:
|
69
|
+
Max: 3
|
70
|
+
|
67
71
|
Style/StringLiterals:
|
68
72
|
EnforcedStyle: double_quotes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: boxt_rubocop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.15.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Boxt
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.
|
19
|
+
version: 1.69.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.
|
26
|
+
version: 1.69.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rubocop-factory_bot
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 1.
|
61
|
+
version: 1.23.0
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - '='
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 1.
|
68
|
+
version: 1.23.0
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: rubocop-rails
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
@@ -149,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
149
149
|
- !ruby/object:Gem::Version
|
150
150
|
version: '0'
|
151
151
|
requirements: []
|
152
|
-
rubygems_version: 3.5.
|
152
|
+
rubygems_version: 3.5.22
|
153
153
|
signing_key:
|
154
154
|
specification_version: 4
|
155
155
|
summary: Base Rubocop settings for all Boxt Ruby projects
|