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

redundant_parentheses.yml « style « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 540dcfa3ca7932d3e54ff0ddc2d63484f6519b6e (plain)
1
2
3
4
5
6
7
8
9
---
# Cop supports --autocorrect.
Style/RedundantParentheses:
  Details: grace period
  Exclude:
    - 'spec/graphql/types/ci/job_kind_enum_spec.rb'
    - 'spec/lib/gitlab/import_export/command_line_util_spec.rb'
    - 'spec/requests/verifies_with_email_spec.rb'
    - 'spec/services/projects/create_service_spec.rb'