Skip to content

Commit

Permalink
Check renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Feb 3, 2024
1 parent 9f7dce2 commit be2bced
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Layout/ParameterAlignment:
Enabled: false
Metrics/PerceivedComplexity:
Max: 25
Metrics/LineLength:
Layout/LineLength:
Max: 120
Style/MultilineBlockChain:
Enabled: false
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion test/test_0rsk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
require 'minitest/autorun'
require 'rack/test'
require_relative 'test__helper'
require_relative '../0rsk'
require_relative '../Orsk'
require_relative '../objects/rsk'
require_relative '../objects/projects'

Expand Down

0 comments on commit be2bced

Please sign in to comment.