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 |
|
Sam Ford
|
26821301e7
|
livecheck: move url/regex generation into methods
|
2021-08-17 18:03:40 -04:00 |
|
Sam Ford
|
7e07010f06
|
Improve standardization of strategy tests
|
2021-08-11 19:05:59 -04:00 |
|
Sam Ford
|
5b770e9965
|
Cpan: Reimplement strategy and improve tests
Co-authored-by: Dario Vladovic <d.vladimyr@gmail.com>
|
2020-12-11 17:45:03 -05:00 |
|
Dario Vladovic
|
1f30f27c2d
|
livecheck: CPAN strategy
|
2020-12-11 17:43:09 -05:00 |
|