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 |
|
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 |
|
Rylan Polster
|
af40e072b0
|
style: remove RSpec/NamedSubject violations
|
2021-02-01 20:30:51 -05:00 |
|
Dustin Rodrigues
|
425535e32b
|
python: add --no-user when doing pip install
|
2021-01-09 10:09:44 -05:00 |
|
Dustin Rodrigues
|
19a47d7c50
|
python: use built-in venv instead of virtualenv when installing formulae
|
2021-01-09 10:09:44 -05:00 |
|
Markus Reiter
|
24ae318a3d
|
Move type annotations into files.
|
2020-10-10 14:59:39 +02:00 |
|
Bo Anderson
|
3955e7e13b
|
language/test: add shebang tests
|
2020-03-27 19:18:25 +00:00 |
|
Mike McQuaid
|
36dbad3922
|
Add frozen_string_literal to all files.
|
2019-04-20 13:27:36 +09:00 |
|
Jonathan Chang
|
3ce4caeb1a
|
Add tests for language/python
|
2018-09-24 17:13:51 -04:00 |
|
Markus Reiter
|
9bee9ca575
|
Use “squiggly” heredocs.
|
2017-10-18 14:39:09 +02:00 |
|
Markus Reiter
|
a554902380
|
Add mktmpdir helper method.
|
2017-02-28 15:06:32 +01:00 |
|
Markus Reiter
|
9e0c0a8b3a
|
Convert Language::Python test to spec.
|
2017-02-18 16:26:11 +01:00 |
|