Pattern: Missing comment for gem
Issue: -
Add a comment describing each gem in your Gemfile.
# bad
gem 'foo'
# good
# Helpers for the foo things.
gem 'foo'
Name | Default value
--- | --- | ---
Include | **/*.gemfile
, **/Gemfile
, **/gems.rb
Whitelist | []