Welcome to mirror list, hosted at ThFree Co, Russian Federation.

content_tag.yml « rails « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d54bd97cc08cd9d837bd4a7df2b2cfcbddd0018f (plain)
1
2
3
4
5
6
7
8
9
---
# Cop supports --autocorrect.
Rails/ContentTag:
  Details: grace period
  Exclude:
    - 'app/helpers/avatars_helper.rb'
    - 'app/helpers/page_layout_helper.rb'
    - 'lib/gitlab/middleware/go.rb'
    - 'spec/helpers/avatars_helper_spec.rb'