Skip to content

Commit 9b98828

Browse files
committed
🚨 Linting
1 parent 208286d commit 9b98828

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,6 @@ Style/TrailingCommaInArrayLiteral:
7878

7979
Style/TrailingCommaInHashLiteral:
8080
EnforcedStyleForMultiline: comma
81+
82+
Gemspec/DependencyVersion:
83+
Enabled: false

.rubocop_gradual.lock

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,8 @@
2121
"lib/oauth2/response.rb:4048171841": [
2222
[35, 5, 204, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 996912427]
2323
],
24-
"oauth2.gemspec:290828046": [
25-
[5, 23, 12, "Gemspec/RubyVersionGlobalsUsage: Do not use `RUBY_VERSION` in gemspec file.", 31296028],
26-
[115, 3, 54, "Gemspec/DependencyVersion: Dependency version specification is required.", 3677216839],
27-
[116, 3, 47, "Gemspec/DependencyVersion: Dependency version specification is required.", 2440116108],
28-
[118, 3, 46, "Gemspec/DependencyVersion: Dependency version specification is required.", 1075698341],
29-
[128, 3, 58, "Gemspec/DependencyVersion: Dependency version specification is required.", 2795510341],
30-
[129, 3, 52, "Gemspec/DependencyVersion: Dependency version specification is required.", 804182931],
31-
[130, 3, 52, "Gemspec/DependencyVersion: Dependency version specification is required.", 3163430777],
32-
[131, 3, 48, "Gemspec/DependencyVersion: Dependency version specification is required.", 425065368]
24+
"oauth2.gemspec:2343383348": [
25+
[5, 23, 12, "Gemspec/RubyVersionGlobalsUsage: Do not use `RUBY_VERSION` in gemspec file.", 31296028]
3326
],
3427
"spec/oauth2/access_token_spec.rb:443932125": [
3528
[3, 1, 34, "RSpec/SpecFilePathFormat: Spec path should end with `o_auth2/access_token*_spec.rb`.", 1972107547],
@@ -80,7 +73,7 @@
8073
[3, 1, 31, "RSpec/SpecFilePathFormat: Spec path should end with `o_auth2/response*_spec.rb`.", 3190869319],
8174
[317, 33, 2, "RSpec/BeEq: Prefer `be` over `eq`.", 5860785]
8275
],
83-
"spec/oauth2/strategy/assertion_spec.rb:3215095897": [
76+
"spec/oauth2/strategy/assertion_spec.rb:793170256": [
8477
[6, 1, 42, "RSpec/SpecFilePathFormat: Spec path should end with `o_auth2/strategy/assertion*_spec.rb`.", 3665690869]
8578
],
8679
"spec/oauth2/strategy/auth_code_spec.rb:142083698": [

0 commit comments

Comments
 (0)