Feature: SOFIA-local accounts with login (with optional 2fa) #2489
Annotations
10 errors and 6 warnings
Lint:
Gemfile#L22
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
Lint:
Gemfile#L22
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
Lint:
Gemfile#L22
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
Lint:
app/controllers/application_controller.rb#L41
[Correctable] Style/RedundantReturn: Redundant return detected. (https://rubystyle.guide#no-explicit-return)
|
Lint:
app/controllers/application_controller.rb#L41
[Correctable] Layout/SpaceBeforeBlockBraces: Space missing to the left of {.
|
Lint:
app/controllers/application_controller.rb#L41
[Correctable] Style/SymbolProc: Pass &:downcase as an argument to map instead of a block.
|
Lint:
app/controllers/application_controller.rb#L41
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
Lint:
app/controllers/callbacks_controller.rb#L13
Metrics/AbcSize: Assignment Branch Condition size for identity is too high. [<3, 32, 12> 34.31/17] (http://c2.com/cgi/wiki?AbcMetric, https://en.wikipedia.org/wiki/ABC_Software_Metric)
|
Lint:
app/controllers/callbacks_controller.rb#L13
Metrics/CyclomaticComplexity: Cyclomatic complexity for identity is too high. [10/7]
|
Lint:
app/controllers/callbacks_controller.rb#L13
Metrics/MethodLength: Method has too many lines. [24/10] (https://rubystyle.guide#short-methods)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325, actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
app/controllers/callbacks_controller.rb#L52
[Correctable] Lint/RedundantStringCoercion: Redundant use of Object#to_s in interpolation. (https://rubystyle.guide#no-to-s)
|
Lint:
app/controllers/identities_controller.rb#L76
Lint/UselessAssignment: Useless assignment to variable - e. (https://rubystyle.guide#underscore-unused-vars)
|
Lint:
app/models/user.rb#L40
Lint/UselessAssignment: Useless assignment to variable - a. (https://rubystyle.guide#underscore-unused-vars)
|
Lint:
spec/mailers/previews/user_mailer_preview.rb#L10
Lint/UselessAssignment: Useless assignment to variable - identity. (https://rubystyle.guide#underscore-unused-vars)
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "app".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading