Skip to content

Commit ac53246

Browse files
vburzynskiMatheusRich
authored andcommitted
change spaces in filename to dashes
1 parent 00a9f78 commit ac53246

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

ruby/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
> Click on the linked pull request, commit, or the guideline itself to read more
77
> detailed explanations with examples and reasoning behind these recommendations.
88
9-
- [Use an opinionated set of rules for Rubocop](Use%20an%20opinionated%20set%20of%20rules%20for%20Rubocop.md)
10-
- [Limit use of conditional modifiers to short, simple cases](Limit%20use%20of%20conditional%20modifiers%20to%20short,%20simple%20cases.md)
9+
- [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](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`
File renamed without changes.

0 commit comments

Comments
 (0)