Skip to content

Commit cb0fd17

Browse files
committed
fixing rubocop failure
1 parent 0438ae1 commit cb0fd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rubocop_todo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ RSpec/ExampleLength:
114114
# Offense count: 2
115115
# Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly.
116116
# Include: **/*_spec*rb*, **/spec/**/*
117-
RSpec/FilePath:
117+
RSpec/SpecFilePathSuffix:
118118
Exclude:
119119
- 'spec/unit/puppet/provider/file_line/ruby_spec_alter.rb'
120120
- 'spec/unit/puppet/provider/file_line/ruby_spec_use_cases.rb'

0 commit comments

Comments
 (0)