Module: RuboCop::Cop::Bundler
| Relationships & Source Files | |
| Namespace Children | |
|
Classes:
| |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
LazyLoader
|
|
| Defined in: | lib/rubocop/cop/bundler.rb, lib/rubocop/cop/bundler/duplicated_gem.rb, lib/rubocop/cop/bundler/duplicated_group.rb, lib/rubocop/cop/bundler/gem_comment.rb, lib/rubocop/cop/bundler/gem_filename.rb, lib/rubocop/cop/bundler/gem_version.rb, lib/rubocop/cop/bundler/insecure_protocol_source.rb, lib/rubocop/cop/bundler/ordered_gems.rb |
Overview
Cops for the Bundler department. The department’s cops are registered for lazy loading
and their files are loaded on demand.
Class Method Summary
LazyLoader - Extended
| register_cop | Registers a cop for lazy loading. |