diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 6bc7c1b3..96cd45a8 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -38,4 +38,8 @@ Naming/AccessorMethodName: Enabled: false Performance/MethodObjectAsBlock: + Enabled: false + +# TODO: remove after https://github.com/rubocop/rubocop/issues/11980 is fixed +Style/RedundantCurrentDirectoryInPath: Enabled: false \ No newline at end of file