You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.adoc
+3-3
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ endif::[]
56
56
57
57
[TIP]
58
58
====
59
-
If you're into Rails or RSpec you might want to check out the complementary https://github.com/rubocop-hq/rails-style-guide[Ruby on Rails Style Guide] and https://github.com/rubocop-hq/rspec-style-guide[RSpec Style Guide].
59
+
If you're into Rails or RSpec you might want to check out the complementary https://github.com/arbox/rails-style-guide[Ruby on Rails Style Guide] and https://github.com/rubocop-hq/rspec-style-guide[RSpec Style Guide].
60
60
====
61
61
62
62
TIP: https://github.com/rubocop-hq/rubocop[RuboCop] is a static code analyzer (linter) and formatter, based on this style guide.
@@ -130,7 +130,7 @@ lag behind the upstream English version.
130
130
131
131
== Организация исходного кода
132
132
133
-
[quote, Jerry Coffin (on indentation]
133
+
[quote, Джерри Коффин (Jerry Coffin) об отступах]
134
134
____
135
135
Почти все убеждены, что любой стиль кроме их собственного ужасен и нечитаем.
136
136
Уберите отсюда "кроме их собственного" — и они будут, наверное, правы...
@@ -201,7 +201,7 @@ to 120 characters. Please, restrain the urge to go beyond 120 characters.
201
201
202
202
=== No Trailing Whitespace [[no-trailing-whitespace]]
203
203
204
-
Avoid trailing whitespace.
204
+
Не оставляйте пробелы в конце строки.
205
205
206
206
TIP: Most editors and IDEs have configuration options to visualize trailing whitespace and
0 commit comments