debian-mirror-gitlab/.rubocop_todo/style/empty_else.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

29 lines
1.3 KiB
YAML
Raw Normal View History

2022-07-16 23:28:13 +05:30
---
2023-03-04 22:38:38 +05:30
# Cop supports --autocorrect.
2022-07-16 23:28:13 +05:30
Style/EmptyElse:
Exclude:
- 'app/controllers/concerns/sends_blob.rb'
- 'app/controllers/google_api/authorizations_controller.rb'
- 'app/finders/group_finder.rb'
- 'app/graphql/resolvers/group_milestones_resolver.rb'
- 'app/graphql/types/ci/detailed_status_type.rb'
- 'app/models/legacy_diff_discussion.rb'
- 'app/models/performance_monitoring/prometheus_dashboard.rb'
- 'app/models/resource_state_event.rb'
- 'app/models/resource_timebox_event.rb'
- 'app/services/award_emojis/add_service.rb'
- 'app/workers/post_receive.rb'
- 'config/initializers/doorkeeper_openid_connect.rb'
2022-10-11 01:57:18 +05:30
- 'ee/app/helpers/ee/kerberos_helper.rb'
2022-07-16 23:28:13 +05:30
- 'ee/app/services/gitlab_subscriptions/check_future_renewal_service.rb'
- 'ee/app/services/projects/update_mirror_service.rb'
- 'ee/lib/elastic/latest/note_instance_proxy.rb'
2022-08-27 11:52:29 +05:30
- 'ee/lib/gitlab/analytics/cycle_analytics/summary/change_failure_rate.rb'
2022-07-16 23:28:13 +05:30
- 'lib/gitlab/auth/o_auth/provider.rb'
2022-08-27 11:52:29 +05:30
- 'lib/gitlab/ci/variables/collection.rb'
2022-07-16 23:28:13 +05:30
- 'lib/gitlab/database/load_balancing/sidekiq_server_middleware.rb'
- 'lib/gitlab/database/sha256_attribute.rb'
- 'lib/gitlab/git.rb'
- 'lib/gitlab/sidekiq_daemon/monitor.rb'
- 'lib/peek/views/external_http.rb'