rubocop-next 1.0.4 → 1.0.6
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/rubocop-next.gemspec +1 -1
- data/rubocop.yml +18 -20
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ab2a966aec1fa2b0a9c5ace59aef55dfee8cebe5e200bd3a106a42f6dff16288
|
|
4
|
+
data.tar.gz: aef1f1d8767740a728ae8f70f719d54e61419f8e13324b9f6acb19e3b344009e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74203995476d6d30e3bf2e5edd15015331a653f1a98cc20d03151a11a111e5224a87389f4743dd51ce31f738fbaf7e4f571f06d336a06dca92ca3f5f3bcf9c35
|
|
7
|
+
data.tar.gz: 7bec7e735a8bf6fd203887a782c1d59812e88e7f08856aab2b2a684d034020a33cf075a9c1b75acbc175896bf01bffd3f8cb54a42124329606a153ce19b5cb33
|
data/rubocop-next.gemspec
CHANGED
data/rubocop.yml
CHANGED
|
@@ -10,6 +10,18 @@ inherit_gem:
|
|
|
10
10
|
AllCops:
|
|
11
11
|
NewCops: disable
|
|
12
12
|
|
|
13
|
+
GraphQL/ArgumentDescription:
|
|
14
|
+
Enabled: false
|
|
15
|
+
|
|
16
|
+
GraphQL/FieldDescription:
|
|
17
|
+
Enabled: false
|
|
18
|
+
|
|
19
|
+
GraphQL/ExtractInputType:
|
|
20
|
+
Enabled: false
|
|
21
|
+
|
|
22
|
+
GraphQL/ExtractType:
|
|
23
|
+
Enabled: false
|
|
24
|
+
|
|
13
25
|
Layout/ArgumentAlignment:
|
|
14
26
|
EnforcedStyle: with_first_argument
|
|
15
27
|
|
|
@@ -57,12 +69,18 @@ Metrics/MethodLength:
|
|
|
57
69
|
Metrics/ModuleLength:
|
|
58
70
|
Max: 150
|
|
59
71
|
|
|
72
|
+
RSpec/MultipleMemoizedHelpers:
|
|
73
|
+
Enabled: false
|
|
74
|
+
|
|
60
75
|
Style/Documentation:
|
|
61
76
|
Enabled: false
|
|
62
77
|
|
|
63
78
|
Style/GuardClause:
|
|
64
79
|
Enabled: false
|
|
65
80
|
|
|
81
|
+
Style/HashSyntax:
|
|
82
|
+
EnforcedShorthandSyntax: always
|
|
83
|
+
|
|
66
84
|
Style/ModuleFunction:
|
|
67
85
|
EnforcedStyle: extend_self
|
|
68
86
|
|
|
@@ -81,23 +99,3 @@ Style/SymbolArray:
|
|
|
81
99
|
|
|
82
100
|
Style/TrailingCommaInHashLiteral:
|
|
83
101
|
EnforcedStyleForMultiline: no_comma
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
# ------ GraphQL -----
|
|
87
|
-
|
|
88
|
-
# Added default description on fields on app/graphl/types/base_field.rb
|
|
89
|
-
GraphQL/FieldDescription:
|
|
90
|
-
Enabled: false
|
|
91
|
-
|
|
92
|
-
# Added default description on arguments on app/graphl/types/base_argument.rb
|
|
93
|
-
GraphQL/ArgumentDescription:
|
|
94
|
-
Enabled: false
|
|
95
|
-
|
|
96
|
-
# Not very useful. It collects all attributes that has the same prefix e.g
|
|
97
|
-
# Shipment has broker_carrier, broker_customer and it would suggest to create a
|
|
98
|
-
# Broker Type, and add #carrier and #customer fields on it
|
|
99
|
-
GraphQL/ExtractType:
|
|
100
|
-
Enabled: false
|
|
101
|
-
|
|
102
|
-
GraphQL/ExtractInputType:
|
|
103
|
-
Enabled: false
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-next
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Third Party Transportation Systems LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-09-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -108,7 +108,7 @@ homepage: https://github.com/next-tms/rubocop-next
|
|
|
108
108
|
licenses: []
|
|
109
109
|
metadata:
|
|
110
110
|
allowed_push_host: https://rubygems.org
|
|
111
|
-
source_code_uri: https://github.com/next-tms/rubocop-next/tree/v1.0.
|
|
111
|
+
source_code_uri: https://github.com/next-tms/rubocop-next/tree/v1.0.6
|
|
112
112
|
post_install_message:
|
|
113
113
|
rdoc_options: []
|
|
114
114
|
require_paths:
|