lib/danger/commands/local.rb in danger-9.1.0 vs lib/danger/commands/local.rb in danger-9.2.0

- old
+ new

@@ -64,10 +64,10 @@ end end private - # this method is a duplicate of Commands::PR#configure_octokit + #  this method is a duplicate of Commands::PR#configure_octokit # - worth a refactor sometime? def configure_octokit(cache_dir) # setup caching for Github calls to hitting the API rate limit too quickly cache_file = File.join(cache_dir, "danger_local_cache") cache = HTTPCache.new(cache_file, clear_cache: @clear_http_cache)