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 |
|
Rylan Polster
|
feb93167ad
|
Rename and fix Formatter:wrap to Formatter.format_help_text
|
2022-01-08 23:13:08 -05:00 |
|
Rylan Polster
|
af40e072b0
|
style: remove RSpec/NamedSubject violations
|
2021-02-01 20:30:51 -05: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 |
|
Markus Reiter
|
16618d0fc7
|
Use ActiveSupport’s #pluralize and #to_sentence .
|
2018-10-07 23:10:56 +02:00 |
|
Markus Reiter
|
c6c1eacc18
|
Rename enumeration to comma_and .
|
2018-07-01 18:48:28 +02:00 |
|
Markus Reiter
|
7671606ddc
|
Add Formatter::enumeration .
|
2018-07-01 18:48:28 +02: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 |
|
Mike McQuaid
|
7a38bab333
|
Fixup all RuboCop warnings.
|
2017-05-29 18:43:18 +01:00 |
|
Markus Reiter
|
00306a4ced
|
Add test for Formatter::pluralize .
|
2017-03-11 21:12:51 +01:00 |
|
Markus Reiter
|
40ec2974f4
|
Move Formatter and Locale specs.
|
2017-02-28 17:26:44 +01:00 |
|