Baffour Adu Boampong
eea32b955b
brew style fixes
2020-08-11 13:18:22 +00:00
Baffour Adu Boampong
b508cc6785
remove commments
2020-08-11 13:12:54 +00:00
Baffour Adu Boampong
9b3110362e
Merge branch 'mlh-outdated-packages' of github.com:MLH-Fellowship/brew into mlh-outdated-packages
2020-08-10 21:38:17 +00:00
Baffour Adu Boampong
2349c1fc10
brew style fixes
2020-08-10 21:38:01 +00:00
Baffour Adu Boampong
ad2809b615
Merge branch 'master' into mlh-outdated-packages
2020-08-10 21:21:09 +00:00
Baffour Adu Boampong
183d76d59e
Add tests for livecheck_formula utils
2020-08-10 21:15:04 +00:00
Markus Reiter
549cd5b471
Ensure new casks have a description.
2020-08-10 19:51:03 +02:00
Mike McQuaid
c49ef80dd3
Merge pull request #8270 from SeekingMeaning/version/more-suffixes
...
version: detect versions with final/full suffix
2020-08-10 10:13:22 +01:00
Mike McQuaid
510b21fb1a
Merge pull request #8241 from rmNULL/patchelfrb-reading-for-everyone
...
patchelf.rb reading for everyone :)
2020-08-10 09:26:49 +01:00
Mike McQuaid
15fec095b2
Merge pull request #8253 from samford/livecheck-dsl-add-raise-update-docs-comments
...
Raise TypeError in Livecheck DSL methods, expand tests, improve documentation comments
2020-08-10 09:26:28 +01:00
Mike McQuaid
0d8975804b
Merge pull request #8201 from Rylan12/audit-license-deprecated
...
audit: forbid deprecated licenses with --strict
2020-08-10 08:48:28 +01:00
Waldir Pimenta
c66fa42efd
Add language
stanza to cask rubocops
...
Also fix the corresponding test
2020-08-09 22:07:31 +01:00
Seeker
8b55f8f9a4
version: detect versions with final/full suffix
2020-08-09 13:38:06 -07:00
Markus Reiter
8a32954940
Move cask/all
to just cask
.
2020-08-09 01:34:07 +02:00
Markus Reiter
3b86e1f9c1
Implement RuboCop for cask desc
stanza.
2020-08-08 23:04:24 +01:00
Waldir Pimenta
fc6813f094
Extract formula desc auditing code to a separate module
...
The extracted module will be used for Cask descs as well.
Co-authored-by: Markus Reiter <me@reitermark.us>
2020-08-08 23:02:39 +01:00
Waldir Pimenta
ffed8fdbb3
Add a desc
stanza to the cask DSL
2020-08-08 23:02:23 +01:00
Sam Ford
47d07b2f1b
Improve existing tests for Livecheck DSL
2020-08-07 21:49:09 -04:00
rmnull
043719383b
remove code using patchelf, remove HOMEBREW_PATCHELF_RB var
2020-08-08 06:48:31 +05:30
Sam Ford
b99e8626e2
Raise TypeError in Livecheck DSL for invalid arg
...
We previously added `raise TypeError` logic to the `Livecheck` DSL's
`#strategy` method. This updates the existing methods to follow suit
and modifies the tests accordingly.
2020-08-07 17:25:08 -04:00
Rylan Polster
fb5b541dcd
audit: forbid deprecated licenses with --strict
2020-08-07 13:39:27 -04:00
Sam Ford
b8bafe4e90
Merge pull request #8156 from samford/add-strategy-to-livecheck-dsl
...
Add strategy to livecheck DSL
2020-08-07 09:03:16 -04:00
Mike McQuaid
4c23fd0156
Merge pull request #8215 from SeekingMeaning/spdx/util
...
utils: add SPDX module
2020-08-07 10:38:45 +01:00
Markus Reiter
56ed27af15
Merge pull request #8187 from reitermarkus/args-verbose-debug
...
Remove usages of `Homebrew.args.verbose?` and `Homebrew.args.debug?`.
2020-08-06 20:55:24 +02:00
Seeker
6ecef73131
test: add spdx spec
2020-08-06 11:14:24 -07:00
Seeker
3a2dc79153
cask/create: update template to match new style
2020-08-06 09:39:07 -07:00
Markus Reiter
490e503b1b
Replace Homebrew.args
with Context
.
2020-08-06 16:13:14 +02:00
Markus Reiter
62671b1703
Remove wrong test.
2020-08-06 16:13:14 +02:00
Markus Reiter
6c964d4a78
Pass verbose?
to Keg#link
, Keg#unlink
and Keg#optlink
.
2020-08-06 16:12:52 +02:00
Markus Reiter
57fa48b758
Remove unneeded call to #shutup!
in spec.
2020-08-06 16:12:52 +02:00
Mike McQuaid
fb0a6338b1
Remove more tap pinning code.
...
This was deprecated and removed a while ago.
2020-08-06 12:24:10 +01:00
Sam Ford
72985277e8
Add strategy to livecheck DSL
2020-08-05 11:54:37 -04:00
Elizabeth Tackett
a3278ad345
add bump spec
2020-08-05 10:10:05 -05:00
Jonathan Chang
0e8962f816
Merge pull request #8211 from jonchang/license-groups
...
license: permit no license for non-core taps, add exempted license groups
2020-08-05 20:55:11 +10:00
Jonathan Chang
fa80b484f1
license: style fixes
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-08-05 20:26:13 +10:00
Dustin Rodrigues
5157c08327
style: clarify GitHub .git error message
2020-08-05 01:00:36 -04:00
Jonathan Chang
f1e06b865a
audit: permit license groups
2020-08-05 12:52:20 +10:00
Dustin Rodrigues
e76cea16b1
Merge pull request #8213 from dtrodrigues/homepage-style
...
style: autocorrect readthedocs and GitHub .git homepages
2020-08-04 19:25:24 -04:00
Mike McQuaid
2dc8918650
Merge pull request #8191 from reitermarkus/bottle-publisher
...
Remove unused `BottlePublisher` class.
2020-08-04 15:20:34 +01:00
Dustin Rodrigues
1c5e73a578
style: autocorrect readthedocs and GitHub .git homepages
2020-08-04 09:45:18 -04:00
Mike McQuaid
acfdbce6d4
tap-new: update GitHub Actions.
...
This should be using the split options for a better user experience
and can use both Linux and macOS now.
2020-08-04 11:57:39 +01:00
Mike McQuaid
9f80629f64
Merge pull request #8203 from MLH-Fellowship/add-caskroom
...
caskroom: Add --caskroom to match --cellar
2020-08-04 09:05:08 +01:00
Seeker
0653bb1d2d
Merge pull request #8186 from SeekingMeaning/version/token-comparisons
...
version: extend token comparisons to strings, integers, and nil
2020-08-03 10:10:01 -07:00
William Ma
cf961caa27
caskroom: Add --caskroom command
2020-08-03 12:35:03 -04:00
Elizabeth Tackett
db27f446d0
WIP repology module tests
2020-08-03 11:27:35 -05:00
Mike McQuaid
a3efb35b0e
Merge pull request #8145 from MLH-Fellowship/integrate-uses
...
uses: Print cask uses
2020-08-03 09:07:22 +01:00
Seeker
144a454e34
test/version_spec: add special token comparison examples
2020-08-02 12:52:43 -07:00
Markus Reiter
1b3ae7f9e6
Remove unused BottlePublisher
class.
2020-08-02 16:15:24 +02:00
Dustin Rodrigues
de8cc4106a
style: don't allow PR/MR urls for patches
2020-08-01 16:20:46 -04:00
William Ma
72c672b814
Merge branch 'master' into integrate-uses
2020-08-01 12:12:09 -04:00