File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 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)
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 )
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 `
You can’t perform that action at this time.
0 commit comments