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 |
|
Mike McQuaid
|
77c0d38c35
|
brew style --fix
|
2022-12-13 11:37:06 +00:00 |
|
Mike McQuaid
|
7349c2b996
|
brew style --fix
|
2022-09-13 09:43:09 +01:00 |
|
Seeker
|
022bcbb269
|
test/utils/*: use described_class or named subject
|
2021-01-11 12:31:39 -08:00 |
|
Markus Reiter
|
24ae318a3d
|
Move type annotations into files.
|
2020-10-10 14:59:39 +02:00 |
|
Mike McQuaid
|
36dbad3922
|
Add frozen_string_literal to all files.
|
2019-04-20 13:27:36 +09:00 |
|
Andrew Janke
|
e0a8a79921
|
Style fixes for Rubocop 0.57.1
|
2018-06-30 19:40:14 -04:00 |
|
Mike McQuaid
|
9fca172d03
|
Fix HOMEBREW_RUBY_WARNINGS="-w"
Fix various circular requirements, method redefinitions, etc.
|
2018-04-07 20:28:56 +01: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 |
|
joshua stein
|
7388acb86e
|
Tty: if HOMEBREW_NO_COLOR env var is present, disable color
bin/brew will recognize NO_COLOR variable and copy it to
HOMEBREW_NO_COLOR
|
2018-02-12 14:19:25 -06:00 |
|
Markus Reiter
|
8736b6cee0
|
Convert Tty test to spec.
|
2017-02-18 00:01:09 +01:00 |
|