Merge pull request #8490 from reitermarkus/document-livecheck-formula

Document `LivecheckFormula`.
This commit is contained in:
Markus Reiter 2020-08-26 11:35:46 +02:00 committed by GitHub
commit d01fe62a9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -21,5 +21,4 @@ Style/Documentation:
- 'utils/gems.rb'
- 'utils/popen.rb'
- 'utils/shell.rb'
- 'utils/livecheck_formula.rb'
- 'version.rb'

View File

@ -1,5 +1,8 @@
# frozen_string_literal: true
# Helper module for parsing output of `brew livecheck`.
#
# @api private
module LivecheckFormula
module_function