gitlab-org--gitlab-foss/lib/gitlab/cycle_analytics
Andrew Newdigate 3288e1a874 Adds the Rubocop ReturnNil cop
This style change enforces `return if ...` instead of
`return nil if ...` to save maintainers a few minor review points
2019-03-06 17:51:56 +02:00
..
summary
base_event_fetcher.rb
base_query.rb
base_stage.rb
code_event_fetcher.rb
code_stage.rb
event_fetcher.rb
issue_event_fetcher.rb
issue_stage.rb
metrics_tables.rb
permissions.rb
plan_event_fetcher.rb Adds the Rubocop ReturnNil cop 2019-03-06 17:51:56 +02:00
plan_stage.rb
production_event_fetcher.rb
production_helper.rb
production_stage.rb
review_event_fetcher.rb
review_stage.rb
stage.rb
stage_summary.rb
staging_event_fetcher.rb
staging_stage.rb
test_event_fetcher.rb
test_stage.rb
updater.rb
usage_data.rb