Skip to content
  • Connor Shea's avatar
    Enable the Rubocop DeprecatedClassMethods cop · 90737768f2b7
    Connor Shea authored
    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.
    90737768f2b7