Add feedback button #2521
linter.yml
on: pull_request
RuboCop (Ruby)
31s
ESLint (JS)
20s
Annotations
14 errors
ESLint (JS):
app/views/feedbacks/create.js.erb#L2
Expected indentation of 0 spaces but found 4
|
ESLint (JS):
app/views/feedbacks/create.js.erb#L2
Strings must use doublequote
|
ESLint (JS):
app/views/feedbacks/create.js.erb#L2
Strings must use doublequote
|
ESLint (JS):
app/views/feedbacks/create.js.erb#L3
Expected indentation of 0 spaces but found 4
|
ESLint (JS):
app/views/feedbacks/create.js.erb#L3
Strings must use doublequote
|
ESLint (JS):
app/views/feedbacks/create.js.erb#L3
Strings must use doublequote
|
ESLint (JS):
app/views/feedbacks/create.js.erb#L3
Strings must use doublequote
|
ESLint (JS):
app/views/feedbacks/create.js.erb#L4
Expected indentation of 0 spaces but found 4
|
ESLint (JS):
app/views/feedbacks/create.js.erb#L4
Strings must use doublequote
|
ESLint (JS):
app/views/feedbacks/create.js.erb#L4
Strings must use doublequote
|
RuboCop (Ruby):
app/mailers/feedback_mailer.rb#L8
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
RuboCop (Ruby):
app/mailers/feedback_mailer.rb#L12
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
RuboCop (Ruby):
db/migrate/20230529080510_create_feedbacks.rb#L6
Rails/ThreeStateBooleanColumn: Boolean columns should always have a default value and a `NOT NULL` constraint.
|
RuboCop (Ruby)
Process completed with exit code 1.
|