Skip to content

Commit

Permalink
Make rubocop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
top4ek authored Dec 4, 2024
1 parent 64e12b0 commit 1d96230
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def allowed_values
end

Check warning on line 43 in modules/bim/app/models/bim/queries/work_packages/filter/bcf_issue_associated_filter.rb

View workflow job for this annotation

GitHub Actions / rubocop

[rubocop] reported by reviewdog 🐶 Trailing whitespace detected. Raw Output: modules/bim/app/models/bim/queries/work_packages/filter/bcf_issue_associated_filter.rb:43:1: C: Layout/TrailingWhitespace: Trailing whitespace detected.
def human_name
I18n.t('bcf.label_bcf_issue_associated')
I18n.t("bcf.label_bcf_issue_associated")
end

def where
Expand Down Expand Up @@ -83,4 +83,4 @@ def not_associated?
(operator == "!" && values.first == OpenProject::Database::DB_VALUE_TRUE)
end
end
end
end

Check warning on line 86 in modules/bim/app/models/bim/queries/work_packages/filter/bcf_issue_associated_filter.rb

View workflow job for this annotation

GitHub Actions / rubocop

[rubocop] reported by reviewdog 🐶 Final newline missing. Raw Output: modules/bim/app/models/bim/queries/work_packages/filter/bcf_issue_associated_filter.rb:86:4: C: Layout/TrailingEmptyLines: Final newline missing.

0 comments on commit 1d96230

Please sign in to comment.