## Expected behavior Not flagging since it is correct ## Actual behavior ``` foo.rb:1:19: C: [Correctable] Style/RedundantCurrentDirectoryInPath: Remove the redundant current directory path. require_relative './../monitors/base' ``` ## RuboCop version ``` rubocop -V 1.73.2 (using Parser 3.3.7.1, rubocop-ast 1.38.1, analyzing as Ruby 3.2, running on ruby 3.2.2) [arm64-darwin23] ```