diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 4aa6c40b7..96b6d0366 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -114,7 +114,7 @@ RSpec/ExampleLength: # Offense count: 2 # Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly. # Include: **/*_spec*rb*, **/spec/**/* -RSpec/FilePath: +RSpec/SpecFilePathSuffix: Exclude: - 'spec/unit/puppet/provider/file_line/ruby_spec_alter.rb' - 'spec/unit/puppet/provider/file_line/ruby_spec_use_cases.rb'