Douglas Eichelberger
|
26eda5a303
|
git grep -l '^describe' | xargs gsed -i 's|^describe|RSpec.describe|g'
|
2024-02-19 13:57:27 +00:00 |
|
Mike McQuaid
|
7da934f7e2
|
Deprecate/disable/delete code.
The next release after this is merged will be 4.1.0.
Co-authored-by: Markus Reiter <me@reitermark.us>
|
2023-07-06 16:56:20 +01: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
|
c3294f9356
|
test: add instance variable comments.
|
2023-01-24 10:15:25 +00:00 |
|
Douglas Eichelberger
|
49ca993074
|
git grep -l rubocop:todo test/ | xargs gsed -i 's|rubocop:todo|rubocop:disable|g'
|
2023-01-23 11:51:12 -08:00 |
|
Douglas Eichelberger
|
c45efc6eff
|
rubocop --autocorrect --disable-uncorrectable
|
2023-01-23 11:49:04 -08:00 |
|
Bo Anderson
|
af234779af
|
test: support non-master init.defaultbranch
|
2022-10-07 18:44:03 +01:00 |
|
Rylan Polster
|
d5d7b6c3db
|
style: remove RSpec/MultipleDescribes violations
Co-authored-by: Nanda H Krishna <nanda.harishankar@gmail.com>
|
2021-02-01 20:30:51 -05:00 |
|