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

or_assignment_to_constant.yml « lint « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 741d65e9ffa4add9fe44b3d7d2dfd4fabfab94d0 (plain)
1
2
3
4
5
6
7
8
---
# Cop supports --autocorrect.
Lint/OrAssignmentToConstant:
  Details: grace period
  Exclude:
    - 'lib/gitlab/email/handler/base_handler.rb'
    - 'lib/gitlab/utils.rb'
    - 'tooling/danger/project_helper.rb'