Ryuta Kamizono
|
c81af6ae72
|
Enable Layout/EmptyLinesAroundAccessModifier cop
We sometimes say "✂️ newline after `private`" in a code review (e.g.
https://github.com/rails/rails/pull/18546#discussion_r23188776,
https://github.com/rails/rails/pull/34832#discussion_r244847195).
Now `Layout/EmptyLinesAroundAccessModifier` cop have new enforced style
`EnforcedStyle: only_before` (https://github.com/rubocop-hq/rubocop/pull/7059).
That cop and enforced style will reduce the our code review cost.
|
2019-06-13 12:00:45 +09:00 |
|
Koichi ITO
|
1f37d846a9
|
Use frozen string literal in guides/
|
2017-08-13 22:04:09 +09:00 |
|
Matthew Draper
|
87b3e226d6
|
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
This reverts commit 3420a14590 , reversing
changes made to afb66a5a59 .
|
2017-07-02 02:15:17 +09:30 |
|
Kir Shatrov
|
cfade1ec7e
|
Enforce frozen string in Rubocop
|
2017-07-01 02:11:03 +03:00 |
|
Rafael Mendonça França
|
fe1f4b2ad5
|
Add more rubocop rules about whitespaces
|
2016-10-29 01:17:49 -02:00 |
|
Xavier Noria
|
80e66cc4d9
|
normalizes indentation and whitespace across the project
|
2016-08-06 20:16:27 +02:00 |
|
Xavier Noria
|
1607ee299d
|
modernizes hash syntax in guides
|
2016-08-06 19:39:28 +02:00 |
|
Xavier Noria
|
6b3719b757
|
applies new string literal convention in guides
The current code base is not uniform. After some discussion,
we have chosen to go with double quotes by default.
|
2016-08-06 19:21:59 +02:00 |
|
Xavier Noria
|
6d87cd028b
|
moves the guides up to the root directory
|
2012-03-17 08:32:49 -07:00 |
|