Skip to content

Commit 64dd693

Browse files
(PUP-11767) Add Style/ImplicitRuntimeError to rubocop_todo.yml
1 parent 9d57a95 commit 64dd693

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.rubocop_todo.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,10 @@ Style/IfWithSemicolon:
640640
Exclude:
641641
- 'lib/puppet/pops/parser/evaluating_parser.rb'
642642

643+
# This cop requires significant changes to testing, will require its own effort
644+
Style/ImplicitRuntimeError:
645+
Enabled: false
646+
643647
# This cop supports unsafe auto-correction (--auto-correct-all).
644648
Style/InfiniteLoop:
645649
Exclude:

0 commit comments

Comments
 (0)