gitlab-org--gitlab-foss/app/models/ci
Robert Speicher 4735a75340 Merge branch 'deprecated-class-methods-cop' into 'master'
Enable the Rubocop DeprecatedClassMethods cop

This reports uses of `File.exists?` and `Dir.exists?`, which were both
deprecated in Ruby and will eventually be removed in favor of `.exist?`.
Also fixes all existing uses of the deprecated methods.

See merge request !4087
2016-05-12 22:41:01 +00:00
..
build.rb Merge branch 'deprecated-class-methods-cop' into 'master' 2016-05-12 22:41:01 +00:00
commit.rb
runner.rb
runner_project.rb
trigger.rb
trigger_request.rb
variable.rb