Skip to content

Add feedback button #2434

Add feedback button

Add feedback button #2434

Triggered via pull request January 3, 2024 15:04
Status Failure
Total duration 2m 7s
Artifacts

linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 1 warning
ESLint (JS): app/assets/javascripts/feedback.js#L1
Strings must use doublequote
ESLint (JS): app/assets/javascripts/feedback.js#L2
Expected indentation of 2 spaces but found 4
ESLint (JS): app/assets/javascripts/feedback.js#L3
Expected indentation of 4 spaces but found 8
ESLint (JS): app/assets/javascripts/feedback.js#L4
Expected indentation of 2 spaces but found 4
ESLint (JS): app/assets/javascripts/feedback.js#L5
Expected indentation of 2 spaces but found 4
ESLint (JS): app/assets/javascripts/feedback.js#L6
Expected indentation of 2 spaces but found 4
ESLint (JS): app/assets/javascripts/feedback.js#L7
Expected indentation of 2 spaces but found 4
ESLint (JS): app/assets/javascripts/feedback.js#L10
'SUBMIT_FEEDBACK_ID' is not defined
ESLint (JS): app/assets/javascripts/feedback.js#L10
Strings must use doublequote
ESLint (JS): app/assets/javascripts/feedback.js#L12
'TOAST_OPTIONS' is not defined
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.
ESLint (JS): app/assets/javascripts/feedback.js#L24
'toastList' is assigned a value but never used