Skip to content

Commit 89e8230

Browse files
committed
Add RuboCop Gradual baseline
1 parent 70a5ad4 commit 89e8230

1 file changed

Lines changed: 112 additions & 0 deletions

File tree

.rubocop_gradual.lock

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
{
2+
"Dangerfile:4179048641": [
3+
[14, 37, 28, "Style/CommandLiteral: Use backticks around command string.", 3620978996],
4+
[15, 31, 22, "Style/CommandLiteral: Use backticks around command string.", 135242276]
5+
],
6+
"Gemfile:3732601743": [
7+
[39, 34, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545]
8+
],
9+
"OIDC.md:2301357827": [
10+
[68, 22, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
11+
[83, 47, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
12+
[94, 31, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
13+
[120, 35, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545]
14+
],
15+
"README.md:1334494681": [
16+
[52, 61, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
17+
[288, 38, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
18+
[466, 46, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545]
19+
],
20+
"Rakefile:2059788630": [
21+
[82, 7, 1, "Layout/DotPosition: Place the . on the previous line, together with the method call receiver.", 177547],
22+
[83, 7, 1, "Layout/DotPosition: Place the . on the previous line, together with the method call receiver.", 177547],
23+
[84, 7, 1, "Layout/DotPosition: Place the . on the previous line, together with the method call receiver.", 177547]
24+
],
25+
"examples/e2e.rb:1294860234": [
26+
[84, 7, 27, "Style/RedundantAssignment: Redundant assignment before returning detected.", 1540382448],
27+
[96, 35, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
28+
[119, 9, 20, "Style/RescueStandardError: Omit the error class when rescuing `StandardError` by itself.", 3081355729]
29+
],
30+
"gemfiles/head.gemfile:2755017595": [
31+
[6, 1, 37, "Bundler/OrderedGems: Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem `benchmark` should appear before `cgi`.", 1662013857]
32+
],
33+
"lib/oauth2.rb:1976856902": [
34+
[70, 6, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
35+
[104, 1, 1, "Layout/TrailingEmptyLines: 1 trailing blank lines detected.", 177583]
36+
],
37+
"lib/oauth2/auth_sanitizer.rb:2357970967": [
38+
[15, 37, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
39+
[28, 8, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545]
40+
],
41+
"lib/oauth2/client.rb:812229436": [
42+
[449, 19, 7, "Style/HashConversion: Prefer `ary.to_h` to `Hash[ary]`.", 2182031361],
43+
[566, 7, 290, "Style/MultilineIfModifier: Favor a normal if-statement over a modifier clause in a multiline statement.", 2416587893],
44+
[571, 48, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
45+
[573, 21, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545]
46+
],
47+
"oauth2.gemspec:2324570894": [
48+
[81, 5, 36, "Style/TrailingCommaInArrayLiteral: Put a comma after the last item of a multiline array.", 3227795012],
49+
[106, 5, 9, "Style/TrailingCommaInArrayLiteral: Put a comma after the last item of a multiline array.", 1146747705],
50+
[178, 3, 68, "Gemspec/OrderedDependencies: Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency `backports` should appear before `rexml`.", 4213155631]
51+
],
52+
"spec/examples/google_spec.rb:2278649676": [
53+
[17, 35, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545]
54+
],
55+
"spec/oauth2/access_token_spec.rb:3714162602": [
56+
[277, 49, 6, "RSpec/Extra/BeEmpty: Use `be_empty` matchers for checking an empty array.", 1172408214],
57+
[915, 47, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
58+
[948, 49, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
59+
[1124, 21, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545]
60+
],
61+
"spec/oauth2/authenticator_spec.rb:4192675259": [
62+
[47, 35, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
63+
[121, 62, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
64+
[166, 61, 6, "RSpec/Extra/BeEmpty: Use `be_empty` matchers for checking an empty array.", 1172408214]
65+
],
66+
"spec/oauth2/client_spec.rb:695659489": [
67+
[336, 43, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
68+
[604, 61, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
69+
[1434, 21, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
70+
[1516, 10, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545]
71+
],
72+
"spec/oauth2/error_spec.rb:2429976860": [
73+
[30, 26, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
74+
[81, 12, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
75+
[133, 13, 8, "Lint/SymbolConversion: Unnecessary symbol conversion; use `_links:` instead.", 3919971785],
76+
[134, 15, 6, "Lint/SymbolConversion: Unnecessary symbol conversion; use `self:` instead.", 3157993209],
77+
[134, 24, 6, "Lint/SymbolConversion: Unnecessary symbol conversion; use `href:` instead.", 3145682396],
78+
[135, 15, 11, "Lint/SymbolConversion: Unnecessary symbol conversion; use `warehouse:` instead.", 845038880],
79+
[135, 29, 6, "Lint/SymbolConversion: Unnecessary symbol conversion; use `href:` instead.", 3145682396],
80+
[136, 15, 9, "Lint/SymbolConversion: Unnecessary symbol conversion; use `invoice:` instead.", 3637610740],
81+
[136, 27, 6, "Lint/SymbolConversion: Unnecessary symbol conversion; use `href:` instead.", 3145682396],
82+
[138, 13, 10, "Lint/SymbolConversion: Unnecessary symbol conversion; use `currency:` instead.", 3297580354],
83+
[139, 13, 8, "Lint/SymbolConversion: Unnecessary symbol conversion; use `status:` instead.", 2173058545],
84+
[140, 13, 7, "Lint/SymbolConversion: Unnecessary symbol conversion; use `total:` instead.", 880603719],
85+
[140, 27, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
86+
[223, 15, 6, "Lint/SymbolConversion: Unnecessary symbol conversion; use `text:` instead.", 3149955960],
87+
[224, 15, 19, "Lint/SymbolConversion: Unnecessary symbol conversion; use `error_description:` instead.", 938909828],
88+
[225, 15, 7, "Lint/SymbolConversion: Unnecessary symbol conversion; use `error:` instead.", 295269117],
89+
[226, 15, 8, "Lint/SymbolConversion: Unnecessary symbol conversion; use `status:` instead.", 2173058545],
90+
[228, 12, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
91+
[298, 15, 6, "Lint/SymbolConversion: Unnecessary symbol conversion; use `text:` instead.", 3149955960],
92+
[299, 15, 7, "Lint/SymbolConversion: Unnecessary symbol conversion; use `error:` instead.", 295269117],
93+
[300, 15, 8, "Lint/SymbolConversion: Unnecessary symbol conversion; use `status:` instead.", 2173058545],
94+
[302, 12, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
95+
[360, 15, 6, "Lint/SymbolConversion: Unnecessary symbol conversion; use `text:` instead.", 3149955960],
96+
[361, 15, 19, "Lint/SymbolConversion: Unnecessary symbol conversion; use `error_description:` instead.", 938909828],
97+
[363, 12, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
98+
[454, 12, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
99+
[471, 14, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
100+
[522, 12, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
101+
[555, 12, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
102+
[571, 12, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
103+
[589, 14, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545]
104+
],
105+
"spec/oauth2/response_spec.rb:3052399414": [
106+
[25, 20, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
107+
[290, 25, 6, "RSpec/Extra/BeEmpty: Use `be_empty` matchers for checking an empty array.", 1172408214],
108+
[360, 38, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
109+
[424, 38, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
110+
[615, 38, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545]
111+
]
112+
}

0 commit comments

Comments
 (0)