module RuboCop
module RuboCop::Cop
module RuboCop::Cop::Packaging
module RuboCop::Packaging
module RuboCop::Packaging::Inject
class RuboCop::Cop::Packaging::GemspecGit
class RuboCop::Cop::Packaging::RelativeRequireToLib
rubocop-packaging
0.2.0
# starts_with_git?
def starts_with_git?(str) str.start_with?('git') end