Skip to content

Commit 4289731

Browse files
committed
Fix build errors
This commit fixes the following build errors. https://app.circleci.com/jobs/github/rubocop/rubocop-rails/13697
1 parent 0ef065a commit 4289731

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

changelog/new_action_order_cop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* [#547](https://github.com/rubocop/rubocop/pull/547): action order cop. ([@mollerhoj][])
1+
* [#547](https://github.com/rubocop/rubocop-rails/pull/547): Add new `Rails/ActionOrder` cop. ([@mollerhoj][])

lib/rubocop/cop/rails/action_order.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
module RuboCop
44
module Cop
55
module Rails
6-
# This cop enforces consistent ordering of the standard Rails RESTful
7-
# controller actions.
6+
# Enforces consistent ordering of the standard Rails RESTful controller actions.
87
#
9-
# The cop is configurable and can enforce any ordering of the standard
10-
# actions. All other methods are ignored.
8+
# The cop is configurable and can enforce any ordering of the standard actions.
9+
# All other methods are ignored.
1110
#
1211
# [source,yaml]
1312
# ----

0 commit comments

Comments
 (0)