File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -645,13 +645,6 @@ Lint/UnderscorePrefixedVariableName:
645
645
- ' lib/puppet/type/file/checksum_value.rb'
646
646
- ' lib/puppet/type/file/content.rb'
647
647
648
- # Configuration parameters: AllowedPatterns, IgnoredPatterns.
649
- # AllowedPatterns: (?-mix:(exactly|at_least|at_most)\(\d+\)\.times)
650
- Lint/UnreachableLoop :
651
- Exclude :
652
- - ' lib/puppet/util/at_fork.rb'
653
-
654
- # This cop supports safe auto-correction (--auto-correct).
655
648
# Configuration parameters: IgnoreEmptyBlocks, AllowUnusedKeywordArguments.
656
649
Lint/UnusedBlockArgument :
657
650
Enabled : false
Original file line number Diff line number Diff line change 13
13
# killed in the process as a consequence of running in the same contract as the
14
14
# service.
15
15
module Puppet ::Util ::AtFork
16
- @handler_class = loop do
16
+ @handler_class = loop do # rubocop:disable Lint/UnreachableLoop
17
17
if Puppet ::Util ::Platform . solaris?
18
18
begin
19
19
require_relative 'at_fork/solaris'
You can’t perform that action at this time.
0 commit comments