remove Style/RedundantCurrentDirectoryInPath cop support due to upstream bug

This commit is contained in:
HoneyryderChuck 2023-06-24 19:24:58 +01:00
parent b9ee892b20
commit b2848ea718

View File

@ -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