Skip to content

Commit fbbc24e

Browse files
committed
keep title and filename in sync
1 parent 3522c5b commit fbbc24e

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

ruby/conditional_modifiers.md renamed to ruby/Limit use of conditional modifiers to short, simple cases.md

File renamed without changes.

ruby/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
> detailed explanations with examples and reasoning behind these recommendations.
88
99
- [Use an opinionated set of rules for Rubocop](./Use an opinionated set of rules for Rubocop.md)
10-
- [Limit use of conditional modifiers to short, simple cases.](./conditional_modifiers.md)
10+
- [Limit use of conditional modifiers to short, simple cases](./Limit use of conditional modifiers to short, simple cases.md)
1111
- Avoid multiple assignments per line (`one, two = 1, 2`). [#109]
1212
- Avoid organizational comments (`# Validations`). [#63]
1313
- Avoid ternary operators (`boolean ? true : false`). Use multi-line `if`

0 commit comments

Comments
 (0)