gitlab-org--gitlab-foss/lib/system_check/app
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
..
active_users_check.rb
database_config_exists_check.rb
git_config_check.rb
git_user_default_ssh_config_check.rb Adds the Rubocop ReturnNil cop 2019-03-06 17:51:56 +02:00
git_version_check.rb Upgraded minimum Git version to 2.18.0 2018-11-21 22:37:08 +00:00
gitlab_config_exists_check.rb
gitlab_config_up_to_date_check.rb
init_script_exists_check.rb
init_script_up_to_date_check.rb
log_writable_check.rb
migrations_are_up_check.rb
orphaned_group_members_check.rb
projects_have_namespace_check.rb
redis_version_check.rb
ruby_version_check.rb
tmp_writable_check.rb
uploads_directory_exists_check.rb
uploads_path_permission_check.rb
uploads_path_tmp_permission_check.rb