Skip to content

Commit 7976477

Browse files
authored
Merge pull request #1398 from puppetlabs/fix-rubocop-failure
Fixing rubocop failure
2 parents 0438ae1 + cb0fd17 commit 7976477

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)