• Robert Speicher's avatar
    Merge branch 'deprecated-class-methods-cop' into 'master' · 4735a753
    Robert Speicher authored
    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
    4735a753
.rubocop.yml 25.1 KB