Skip to content

Commit fd01fa3

Browse files
committed
Resolve Style/RedundantCurrentDirectoryInPath
1 parent 0f90c61 commit fd01fa3

8 files changed

+8
-8
lines changed

test/test_avoid_object_send_with_dynamic_method.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
require_relative "./cop_test"
3+
require_relative "cop_test"
44
require "minitest/autorun"
55
require "rubocop/cop/github/avoid_object_send_with_dynamic_method"
66

test/test_insecure_hash_algorithm.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
require_relative "./cop_test"
3+
require_relative "cop_test"
44
require "minitest/autorun"
55
require "rubocop/cop/github/insecure_hash_algorithm"
66

test/test_rails_controller_render_action_symbol.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
require_relative "./cop_test"
3+
require_relative "cop_test"
44
require "minitest/autorun"
55
require "rubocop/cop/github/rails_controller_render_action_symbol"
66

test/test_rails_controller_render_literal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
require_relative "./cop_test"
3+
require_relative "cop_test"
44
require "minitest/autorun"
55
require "rubocop/cop/github/rails_controller_render_literal"
66

test/test_rails_controller_render_shorthand.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
require_relative "./cop_test"
3+
require_relative "cop_test"
44
require "minitest/autorun"
55
require "rubocop/cop/github/rails_controller_render_shorthand"
66

test/test_rails_render_object_collection.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
require_relative "./cop_test"
3+
require_relative "cop_test"
44
require "minitest/autorun"
55
require "rubocop/cop/github/rails_render_object_collection"
66

test/test_rails_view_render_literal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
require_relative "./cop_test"
3+
require_relative "cop_test"
44
require "minitest/autorun"
55
require "rubocop/cop/github/rails_view_render_literal"
66

test/test_rails_view_render_shorthand.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
require_relative "./cop_test"
3+
require_relative "cop_test"
44
require "minitest/autorun"
55
require "rubocop/cop/github/rails_view_render_shorthand"
66

0 commit comments

Comments
 (0)