Conversation
| @@ -0,0 +1,2 @@ | |||
| class Achievement < ApplicationRecord | |||
There was a problem hiding this comment.
[rubocop] reported by reviewdog 🐶
[Correctable] Style/FrozenStringLiteralComment: Missing frozen string literal comment.
| @@ -0,0 +1,15 @@ | |||
| class CreateAchievements < ActiveRecord::Migration[6.1] | |||
There was a problem hiding this comment.
[rubocop] reported by reviewdog 🐶
[Correctable] Style/FrozenStringLiteralComment: Missing frozen string literal comment.
| t.timestamps | ||
| end | ||
| end | ||
| def down |
There was a problem hiding this comment.
[rubocop] reported by reviewdog 🐶
[Correctable] Layout/EmptyLineBetweenDefs: Expected 1 empty line between method definitions; found 0.
| @@ -0,0 +1,7 @@ | |||
| require "test_helper" | |||
There was a problem hiding this comment.
[rubocop] reported by reviewdog 🐶
[Correctable] Style/FrozenStringLiteralComment: Missing frozen string literal comment.
| @@ -0,0 +1,7 @@ | |||
| require "test_helper" | |||
There was a problem hiding this comment.
[rubocop] reported by reviewdog 🐶
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
No description provided.