Skip to content

Commit

Permalink
Merge pull request #7943 from vidusheeamoli/utils-notability-to-true
Browse files Browse the repository at this point in the history
sorbet: set utils/notability.rb to true
  • Loading branch information
issyl0 committed Jul 8, 2020
2 parents eee17fd + 79ac387 commit d1f6296
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/sorbet/files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ false:
- ./utils/fork.rb
- ./utils/formatter.rb
- ./utils/github.rb
- ./utils/notability.rb
- ./utils/popen.rb
- ./utils/user.rb

Expand Down Expand Up @@ -891,6 +890,7 @@ true:
- ./test/support/helper/fixtures.rb
- ./test/support/lib/config.rb
- ./utils/bottles.rb
- ./utils/notability.rb
- ./utils/git.rb
- ./utils/shell.rb
- ./utils/svn.rb
Expand Down
15 changes: 15 additions & 0 deletions Library/Homebrew/sorbet/rbi/utils/notability.rbi
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# typed: strict

module SharedAudits
def github(user, repo)
end

def gitlab(user, repo)
end

def bitbucket(user, repo)
end

def curl_output(*args, secrets: [], **options)
end
end

0 comments on commit d1f6296

Please sign in to comment.