ifmeorg/ifme

View on GitHub

Showing 77 of 131 total issues

Prefer exists?(id: params[:comment_id]) over where(id: params[:comment_id]).exists?.
Open

Comment.where(id: params[:comment_id]).exists?)

Prefer string interpolation to string concatenation.
Open

' | ' + t('devise.invitations.edit.header')
Severity: Minor
Found in app/helpers/application_helper.rb by rubocop

Prefer string interpolation to string concatenation.
Open

' | ' + title_content
Severity: Minor
Found in app/helpers/application_helper.rb by rubocop

Remove explicit presence validation for user_id.
Open

validates :user_id, :name, presence: true
Severity: Minor
Found in app/models/care_plan_contact.rb by rubocop

Parsing error: Unexpected token (4:12)
Open

import type { Props as InputProps } from 'components/Input/utils';
Severity: Minor
Found in client/app/components/Form/utils.js by eslint

Parsing error: 'Const declarations' require an initialization value. (4:17)
Open

export const Logo: any = LogoFactory();
Severity: Minor
Found in client/app/components/Logo/index.js by eslint

Parsing error: Missing semicolon. (5:4)
Open

type Options = {
Severity: Minor
Found in client/app/libs/i18n/index.js by eslint

Redundant all detected.
Open

total: current_user.moments.all.count,
Severity: Minor
Found in app/helpers/moments_stats_helper.rb by rubocop

Redundant all detected.
Open

objs = obj.where(user_id: data.user_id).all.order('created_at DESC')
Severity: Minor
Found in app/helpers/viewers_helper.rb by rubocop

Remove explicit presence validation for reportee_id.
Open

validates :reportee_id, presence: true
Severity: Minor
Found in app/models/report.rb by rubocop

Prefer keyword arguments for arguments with a boolean default value; use css: false instead of css = false.
Open

def inline_file(path, css = false)
Severity: Minor
Found in app/helpers/assets_helper.rb by rubocop

Move locale texts to the locale files in the config/locales directory.
Open

message: 'There is already a request enqueued for this user.'
Severity: Minor
Found in app/models/users/data_request.rb by rubocop

Prefer string interpolation to string concatenation.
Open

t('shared.meeting_info.attending') +
' ' +
link_to(
t('common.actions.leave'),
leave_meetings_path(meeting_id: id)
Severity: Minor
Found in app/helpers/meetings_helper.rb by rubocop

Move locale texts to the locale files in the config/locales directory.
Open

message: 'There is already a request with this request_id.'
Severity: Minor
Found in app/models/users/data_request.rb by rubocop

Prefer keyword arguments for arguments with a boolean default value; use include_allies: false instead of include_allies = false.
Open

def get_stories(user, include_allies = false)
Severity: Minor
Found in app/helpers/stories_helper.rb by rubocop

Convert if-elsif to case-when.
Open

if tag.is_a?(Mood)
get_moods_from_data(data, tag)
elsif tag.is_a?(Category)
get_categories_from_data(data, tag)
elsif tag.is_a?(Strategy)
Severity: Minor
Found in app/helpers/tags_helper.rb by rubocop

Remove explicit presence validation for commentable_id.
Open

validates :commentable_id, :comment_by, presence: true
Severity: Minor
Found in app/models/comment.rb by rubocop

Remove explicit presence validation for meeting_id/user_id.
Open

validates :meeting_id, :user_id, presence: true
Severity: Minor
Found in app/models/meeting_member.rb by rubocop

Use atomic file operation method FileUtils.mkdir_p.
Open

Dir.mkdir(DEFAULT_FILE_PATH) unless File.exist?(DEFAULT_FILE_PATH)
Severity: Minor
Found in app/models/users/data_request.rb by rubocop

Use moment.count.positive? instead of moment.count > 0.
Open

next unless moment.count > 0
Severity: Minor
Found in app/helpers/moments_helper.rb by rubocop
Severity
Category
Status
Source
Language