Module: RuboCop::Cop::Bundler

Extended by:
LazyLoader
Defined in:
lib/rubocop/cop/bundler.rb,
lib/rubocop/cop/bundler/gem_comment.rb,
lib/rubocop/cop/bundler/gem_version.rb,
lib/rubocop/cop/bundler/gem_filename.rb,
lib/rubocop/cop/bundler/ordered_gems.rb,
lib/rubocop/cop/bundler/duplicated_gem.rb,
lib/rubocop/cop/bundler/duplicated_group.rb,
lib/rubocop/cop/bundler/insecure_protocol_source.rb

Overview

Cops for the Bundler department. The department's cops are registered for lazy loading and their files are loaded on demand.

Defined Under Namespace

Classes: DuplicatedGem, DuplicatedGroup, GemComment, GemFilename, GemVersion, InsecureProtocolSource, OrderedGems

Method Summary

Methods included from LazyLoader

register_cop