Skip to content

Recaptcha disable flag + null order fix #19684

Recaptcha disable flag + null order fix

Recaptcha disable flag + null order fix #19684

Triggered via pull request September 16, 2024 17:33
Status Success
Total duration 2m 14s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

2 notices
[rubocop] app/controllers/registrations_controller.rb#L26 <Rails/I18nLocaleTexts>: app/controllers/registrations_controller.rb#L26
Move locale texts to the locale files in the `config/locales` directory.
[rubocop] app/presenters/convention_reports_presenter.rb#L23 <Rails/WhereNot>: app/presenters/convention_reports_presenter.rb#L23
Use `where.not(product_id: nil)` instead of manually constructing negated SQL in `where`.