Douglas Eichelberger
|
9075cbae62
|
brew style --fix
|
2023-04-21 09:58:50 -07:00 |
|
Douglas Eichelberger
|
ac1e6ded9a
|
git grep -l '# typed: false' | xargs gsed -i 's|# typed: false||g'
|
2023-04-21 09:57:47 -07:00 |
|
Issy Long
|
3a83b5492c
|
rubocop: Clean up Style/BlockDelimiters excludes and autofix offenses
- The defaults of using "do ... end" for multi-line blocks everywhere is
good, better than switching everything to braces everywhere.
|
2023-03-08 23:54:22 +00:00 |
|
Mike McQuaid
|
16bdd42308
|
cask/dsl/version_spec: remove deprecated specs.
No idea why these didn't fail before now?
|
2022-02-25 15:26:37 +00:00 |
|
fn ⌃ ⌥
|
68160df041
|
cask: add #csv to version DSL
|
2021-11-16 16:34:12 -08:00 |
|
Mike McQuaid
|
9b725a5851
|
cask/dsl/version: reject invalid characters.
There was a `invalid_characters` method already but it was not being
used.
|
2021-03-30 14:15:14 +01:00 |
|
Markus Reiter
|
24ae318a3d
|
Move type annotations into files.
|
2020-10-10 14:59:39 +02:00 |
|
Vítor Galvão
|
497a160cda
|
cask version MAJOR_MINOR_PATCH_REGEX: allow any word character instead of only digits
|
2019-12-07 14:04:55 +00:00 |
|
Mike McQuaid
|
36dbad3922
|
Add frozen_string_literal to all files.
|
2019-04-20 13:27:36 +09:00 |
|
Vítor Galvão
|
0ee226769a
|
hbc: remove all *_to_slashes
|
2019-04-17 16:31:35 +01:00 |
|
Markus Reiter
|
2a3b7d072d
|
Add #unstable? method for cask versions.
|
2019-03-27 13:48:03 +01:00 |
|
Markus Reiter
|
a84a1c63db
|
Rename Hbc module to Cask .
|
2018-09-06 09:30:52 +02:00 |
|
commitay
|
c5bbf28dd6
|
cask dsl versions: add minor_patch
|
2018-06-15 22:40:33 +10:00 |
|
Mike McQuaid
|
5e1806e796
|
test: rubocop-rspec style auto-corrects.
There’s too many warnings to start enabling `rubocop-rspec` by default
but let’s at least apply the cleanups it does automatically.
|
2018-03-25 13:30:37 +01:00 |
|
Markus Reiter
|
6bc1d0b5c1
|
Add missing :cask metadata to specs.
|
2017-03-06 04:31:16 +01:00 |
|
Markus Reiter
|
9fc6c7b2be
|
Move Cask specs into brew tests .
|
2017-03-05 23:08:14 +01:00 |
|