chore(deps): update to rails 7.1 #1328
Annotations
9 errors and 3 warnings
Lint:
app/controllers/v1/users_controller.rb#L96
[Correctable] Style/IfUnlessModifier: Favor modifier unless usage when having a single-line body. Another good alternative is the usage of control flow &&/||. (https://rubystyle.guide#if-as-a-modifier)
|
Lint:
app/jobs/mail_moderation_reminder_job.rb#L13
[Correctable] Style/IfUnlessModifier: Favor modifier unless usage when having a single-line body. Another good alternative is the usage of control flow &&/||. (https://rubystyle.guide#if-as-a-modifier)
|
Lint:
app/models/import/transaction.rb#L25
[Correctable] Style/IfUnlessModifier: Favor modifier unless usage when having a single-line body. Another good alternative is the usage of control flow &&/||. (https://rubystyle.guide#if-as-a-modifier)
|
Lint:
app/resources/v1/form/form_resource.rb#L23
[Correctable] Style/IfUnlessModifier: Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||. (https://rubystyle.guide#if-as-a-modifier)
|
Lint:
app/resources/v1/form/response_resource.rb#L11
[Correctable] Style/IfUnlessModifier: Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||. (https://rubystyle.guide#if-as-a-modifier)
|
Lint:
app/resources/v1/user_resource.rb#L35
[Correctable] Style/IfUnlessModifier: Favor modifier unless usage when having a single-line body. Another good alternative is the usage of control flow &&/||. (https://rubystyle.guide#if-as-a-modifier)
|
Lint:
app/validators/not_renullable_validator.rb#L7
[Correctable] Style/IfUnlessModifier: Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||. (https://rubystyle.guide#if-as-a-modifier)
|
Lint:
config/initializers/faker.rb#L1
[Correctable] Rails/EnvLocal: Use Rails.env.local? instead.
|
Lint
Process completed with exit code 1.
|
Lint:
app/resources/v1/application_resource.rb#L46
[Correctable] Lint/RedundantCopDisableDirective: Unnecessary disabling of Layout/LineLength.
|
Lint:
db/migrate/20250216233318_remove_null_option_boolean.rb#L2
[Correctable] Lint/RedundantCopDisableDirective: Unnecessary disabling of Layout/LineLength.
|
Lint:
spec/support/behaviors/requests/model_with_conditionally_updatable_attributes.rb#L1
[Correctable] Lint/RedundantCopDisableDirective: Unnecessary disabling of Layout/LineLength.
|
Loading