Skip to content

Test2#5

Open
kolosek wants to merge 7 commits into
mainfrom
test2
Open

Test2#5
kolosek wants to merge 7 commits into
mainfrom
test2

Conversation

@kolosek

@kolosek kolosek commented Mar 13, 2023

Copy link
Copy Markdown
Owner

No description provided.

# GET /items/new
def new
@item = Item.new
@item = Item.new

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Layout/IndentationConsistency: Inconsistent indentation detected.

def new
@item = Item.new
@item = Item.new
@item = Item.new

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Layout/IndentationConsistency: Inconsistent indentation detected.

@@ -1,4 +1,4 @@
class ApplicationMailer < ActionMailer::Base
default from: "from@example.com"
default from: "from@example.com"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant