Skip to content

Add feedback button #2521

Add feedback button

Add feedback button #2521

Triggered via pull request January 25, 2024 19:08
Status Failure
Total duration 39s
Artifacts

linter.yml

on: pull_request
RuboCop (Ruby)
31s
RuboCop (Ruby)
ESLint (JS)
20s
ESLint (JS)
Fit to window
Zoom out
Zoom in

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.