Ruoyu Zhong
f2cb33011a
uninstall: don't ignore deps even for developers
...
This was discussed a while back on Slack. The idea behind this is that
ignoring dependencies during `brew uninstall` makes it too easy to break
things, even for developers. Those who know what they are doing can, and
IMO should, always use the `--ignore-dependencies` flag.
2024-11-18 00:13:12 +08:00
Rylan Polster
46cb7f2847
Update tests
2024-07-04 01:47:14 -04:00
Douglas Eichelberger
26eda5a303
git grep -l '^describe' | xargs gsed -i 's|^describe|RSpec.describe|g'
2024-02-19 13:57:27 +00:00
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
nandahkrishna
1d204a0893
test/uninstall_spec: fix dependent cask handling
2021-02-09 16:07:49 +05:30
nandahkrishna
7965ad6160
cmd/uninstall: check for dependent casks
2021-02-09 08:47:11 +05:30
Tie
4127a7b624
move some uninstall tests to new file
2020-11-04 17:14:43 -05:00