1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/abstract_controller
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
..
caching Remove unused code 2019-01-30 14:29:17 +00:00
railties Don't use deprecated Module#parents 2018-10-05 09:58:29 +09:00
asset_paths.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
base.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
caching.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
callbacks.rb Add cancellation info to before filter docs 2018-03-14 12:18:10 -07:00
collector.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
error.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
helpers.rb Use file/line from call to helper_module 2019-06-03 20:06:57 -07:00
logger.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
rendering.rb [Action Pack] require => require_relative 2017-10-21 22:48:28 +09:00
translation.rb AbstractController::Translation#t: dup options 2019-02-15 18:21:41 +02:00
url_for.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00