Add feedback button #2434
linter.yml
on: pull_request
RuboCop (Ruby)
1m 55s
ESLint (JS)
22s
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
|