Skip to content

Unify controller render cops? #34

@rmosolgo

Description

@rmosolgo

It looks like there are several cops which implement various approaches to recommending:

render "path/to/template", { ... options ... }

Why are these cops separate? Could they be unified?

For example, one cop replaces render action: :edit => render action: "edit", but another replaces render action: "edit" => render "edit". So, could we jump right from render action: :edit" => render "edit"?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions