Add new Rails/ContentTag cop by tabuchik · Pull Request #242 · rubocop/rubocop-rails

This PR introduces a cop to check that tag is used instead of content_tag, because content_tag is legacy syntax. Note: this is legacy syntax, see tag method description for details. https://api.r...