Douglas Eichelberger
|
ab8f5702ac
|
git grep -l '^shared_examples' | xargs gsed -i 's|^shared_examples|RSpec.shared_examples|g'
|
2024-02-19 13:57:28 +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 |
|
Rylan Polster
|
4a82d807e1
|
style: remove RSpec/MultipleDescribes violations in commands
|
2021-02-01 20:30:51 -05:00 |
|
Markus Reiter
|
24ae318a3d
|
Move type annotations into files.
|
2020-10-10 14:59:39 +02:00 |
|
Markus Reiter
|
d4c2ffd705
|
Refactor CLI::Parser .
|
2020-07-31 15:07:17 +02:00 |
|
Mike McQuaid
|
ca47992a6c
|
Fix rubocop-performance brew style.
|
2020-05-22 08:52:26 +01:00 |
|
Mike McQuaid
|
66155ea370
|
cli/parser: add named/min_named helpers.
|
2020-03-05 09:25:14 +00:00 |
|
Mike McQuaid
|
36dbad3922
|
Add frozen_string_literal to all files.
|
2019-04-20 13:27:36 +09:00 |
|
Mike McQuaid
|
aa44509be9
|
Test dev-cmd *_args methods
Also, add a few missing invocations.
|
2019-03-27 13:35:42 +00:00 |
|