You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
6
6
This changelog was automatically generated using [Caretaker](https://github.com/DevelopersToolbox/caretaker) by [Wolf Software](https://github.com/WolfSoftware)
Copy file name to clipboardExpand all lines: lib/github-ripper/repos.rb
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,6 @@ class << self
12
12
# rubocop:disable Metrics/CyclomaticComplexity
13
13
# This method smells of :reek:NilCheck
14
14
defhandle_required_parameters(options)
15
-
debug(options,"Function: #{__method__}")
16
-
17
15
returnifget_option(options,:token)
18
16
19
17
raiseStandardError.new('Please supply a username (-u) or a token (-t)')if(flag_set?(options,:user_repos) || flag_set?(options,:org_members_repos) || flag_set?(options,:all_repos)) && get_option(options,:user).nil?
0 commit comments