Skip to content

Commit e88263c

Browse files
committed
🚨 Linting
1 parent abff900 commit e88263c

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed

‎.idea/workspace.xml

Lines changed: 13 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.rubocop_gradual.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -362,10 +362,10 @@
362362
[131, 29, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806],
363363
[131, 59, 3, "Style/AndOr: Use `&&` instead of `and`.", 193409806]
364364
],
365-
"lib/openid/yadis/filters.rb:3219868769": [
365+
"lib/openid/yadis/filters.rb:1581603627": [
366366
[41, 7, 73, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2334760220],
367-
[143, 5, 253, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 178241044],
368-
[157, 5, 1242, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 4135749621]
367+
[142, 5, 253, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 178241044],
368+
[156, 5, 1242, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 4135749621]
369369
],
370370
"lib/openid/yadis/htmltokenizer.rb:770607703": [
371371
[50, 3, 36, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 2915883728],
@@ -503,9 +503,9 @@
503503
[160, 22, 10, "ThreadSafety/NewThread: Avoid starting new threads.", 3411682361],
504504
[291, 5, 901, "Style/For: Prefer `each` over `for`.", 316016311]
505505
],
506-
"test/test_filters.rb:3444445650": [
506+
"test/test_filters.rb:3790324670": [
507507
[15, 5, 932, "Minitest/MultipleAssertions: Test case has too many assertions [8/3].", 4216474825],
508-
[238, 5, 776, "Minitest/MultipleAssertions: Test case has too many assertions [5/3].", 2440747337]
508+
[239, 5, 776, "Minitest/MultipleAssertions: Test case has too many assertions [5/3].", 2440747337]
509509
],
510510
"test/test_idres.rb:2896214861": [
511511
[119, 9, 1622, "Minitest/MultipleAssertions: Test case has too many assertions [5/3].", 2912808174],

0 commit comments

Comments
 (0)