Project

General

Profile

« Previous | Next » 

Revision 24fc9435

Added by Michael Moll over 4 years ago

Fixes #29081 - Fix Lint/UnneededCopEnableDirective cop

Also removes the need for disabling Layout/CommentIndentation.

View differences:

.rubocop_todo.yml
Layout/ClosingParenthesisIndentation:
Enabled: false
# Offense count: 1
# Cop supports --auto-correct.
Layout/CommentIndentation:
Enabled: false
# Offense count: 123
# Cop supports --auto-correct.
Layout/EmptyLineAfterGuardClause:
......
Lint/StringConversionInInterpolation:
Enabled: false
# Offense count: 2
# Cop supports --auto-correct.
Lint/UnneededCopEnableDirective:
Enabled: false
# Offense count: 4
# Cop supports --auto-correct.
Lint/UnneededRequireStatement:
test/puppetca_http_api/ca_v1_api_request_test.rb
'subject_alt_names' => ['DNS:puppet', 'DNS:puppet.example.com']
}
]
# rubocop:enable Metrics/LineLength
assert_equal expected, @client.search
end
test/puppetca_http_api/puppetca_http_impl_test.rb
}
]
end
# rubocop:enable Metrics/LineLength
end
class FakeCaApiV1Request63 < FakeCaApiV1Request

Also available in: Unified diff