1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/controller/parameters
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
..
accessors_test.rb Implemented deep_transform_keys/! for ActionController::Parameters 2019-05-22 16:04:31 +02:00
always_permitted_parameters_test.rb Permit list usage cleanup and clearer documentation 2018-08-27 09:51:46 -04:00
dup_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
log_on_unpermitted_params_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
multi_parameter_attributes_test.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
mutators_test.rb Implemented deep_transform_keys/! for ActionController::Parameters 2019-05-22 16:04:31 +02:00
nested_parameters_permit_test.rb fixed usage of Parameters when a non-numeric key exists 2019-05-13 15:03:27 +08:00
parameters_permit_test.rb Enable Style/RedundantBegin cop to avoid newly adding redundant begin block 2018-12-21 06:12:42 +09:00
raise_on_unpermitted_params_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
serialization_test.rb Remove usage of strip_heredoc in the framework in favor of <<~ 2018-02-16 19:28:30 -05:00