gitlab-org--gitlab-foss/lib/system_check/app
gfyoung c8755543f0 Enable even more frozen string in lib/**/*.rb
Enables frozen string for the following files:

* lib/generators/**/*.rb
* lib/gitaly/**/*.rb
* lib/google_api/**/*.rb
* lib/haml_lint/**/*.rb
* lib/json_web_token/**/*.rb
* lib/mattermost/**/*.rb
* lib/microsoft_teams/**/*.rb
* lib/object_storage/**/*.rb
* lib/omni_auth/**/*.rb
* lib/peek/**/*.rb
* lib/rouge/**/*.rb
* lib/rspec_flaky/**/*.rb
* lib/system_check/**/*.rb

Partially addresses #47424.
2018-10-08 11:16:49 -07:00
..
active_users_check.rb
database_config_exists_check.rb
git_config_check.rb
git_user_default_ssh_config_check.rb
git_version_check.rb
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