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 |
|
Kir Shatrov
|
831be98f9a
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03: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 |
|
Vipul A M
|
3458ad92a1
|
rm unused require
Signed-off-by: Jeremy Daer <jeremydaer@gmail.com>
|
2016-04-29 19:33:50 -07:00 |
|
Keenan Brock
|
ba05b3c218
|
test the number of times the schema is loading
|
2016-04-28 17:48:41 -04:00 |
|