Skip to content

Add missing copyright headers to .rb files #4546

Add missing copyright headers to .rb files

Add missing copyright headers to .rb files #4546

Triggered via pull request January 10, 2025 13:46
Status Success
Total duration 1m 8s
Artifacts

i18n-tasks.yml

on: pull_request
I18n inconsistency check
57s
I18n inconsistency check
Fit to window
Zoom out
Zoom in

Annotations

2 warnings and 779 notices
I18n inconsistency check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
[rubocop] lib/tasks/copyright.rake#L107 <Lint/MixedRegexpCaptureTypes>: lib/tasks/copyright.rake#L107
Do not mix named captures and numbered captures in a Regexp literal.
[rubocop] app/helpers/hook_helper.rb#L1 <Style/FrozenStringLiteralComment>: app/helpers/hook_helper.rb#L1
Missing magic comment `# frozen_string_literal: true`.
[rubocop] app/helpers/url_helper.rb#L1 <Style/FrozenStringLiteralComment>: app/helpers/url_helper.rb#L1
Missing magic comment `# frozen_string_literal: true`.
[rubocop] app/models/announcement.rb#L1 <Style/FrozenStringLiteralComment>: app/models/announcement.rb#L1
Missing magic comment `# frozen_string_literal: true`.
[rubocop] app/models/backup.rb#L1 <Style/FrozenStringLiteralComment>: app/models/backup.rb#L1
Missing magic comment `# frozen_string_literal: true`.
[rubocop] app/models/custom_style.rb#L1 <Style/FrozenStringLiteralComment>: app/models/custom_style.rb#L1
Missing magic comment `# frozen_string_literal: true`.
[rubocop] app/models/deleted_user.rb#L1 <Style/FrozenStringLiteralComment>: app/models/deleted_user.rb#L1
Missing magic comment `# frozen_string_literal: true`.
[rubocop] app/models/export.rb#L1 <Style/FrozenStringLiteralComment>: app/models/export.rb#L1
Missing magic comment `# frozen_string_literal: true`.
[rubocop] app/models/projects.rb#L1 <Style/FrozenStringLiteralComment>: app/models/projects.rb#L1
Missing magic comment `# frozen_string_literal: true`.
[rubocop] app/models/token/base.rb#L1 <Style/FrozenStringLiteralComment>: app/models/token/base.rb#L1
Missing magic comment `# frozen_string_literal: true`.
[rubocop] app/models/week_day.rb#L1 <Style/FrozenStringLiteralComment>: app/models/week_day.rb#L1
Missing magic comment `# frozen_string_literal: true`.
[rubocop] config/initializers/i18n.rb#L1 <Style/FrozenStringLiteralComment>: config/initializers/i18n.rb#L1
Missing magic comment `# frozen_string_literal: true`.
[rubocop] config/puma.rb#L1 <Style/FrozenStringLiteralComment>: config/puma.rb#L1
Missing magic comment `# frozen_string_literal: true`.
[rubocop] db/production.rb#L1 <Style/FrozenStringLiteralComment>: db/production.rb#L1
Missing magic comment `# frozen_string_literal: true`.
[rubocop] docker/prod/wait_for_db.rb#L1 <Style/FrozenStringLiteralComment>: docker/prod/wait_for_db.rb#L1
Missing magic comment `# frozen_string_literal: true`.
[rubocop] lib/api/api_docs_helper.rb#L1 <Style/FrozenStringLiteralComment>: lib/api/api_docs_helper.rb#L1
Missing magic comment `# frozen_string_literal: true`.
[rubocop] lib/api/caching/helpers.rb#L1 <Style/FrozenStringLiteralComment>: lib/api/caching/helpers.rb#L1
Missing magic comment `# frozen_string_literal: true`.
[rubocop] lib/api/open_api.rb#L1 <Style/FrozenStringLiteralComment>: lib/api/open_api.rb#L1
Missing magic comment `# frozen_string_literal: true`.
[rubocop] lib/open_project/logging.rb#L1 <Style/FrozenStringLiteralComment>: lib/open_project/logging.rb#L1
Missing magic comment `# frozen_string_literal: true`.
[rubocop] lib/redmine/gmail.rb#L1 <Style/FrozenStringLiteralComment>: lib/redmine/gmail.rb#L1
Missing magic comment `# frozen_string_literal: true`.
[rubocop] modules/grids/lib/grids.rb#L1 <Style/FrozenStringLiteralComment>: modules/grids/lib/grids.rb#L1
Missing magic comment `# frozen_string_literal: true`.
[rubocop] spec/httpx_spec.rb#L1 <Style/FrozenStringLiteralComment>: spec/httpx_spec.rb#L1
Missing magic comment `# frozen_string_literal: true`.
[rubocop] spec/models/day_spec.rb#L1 <Style/FrozenStringLiteralComment>: spec/models/day_spec.rb#L1
Missing magic comment `# frozen_string_literal: true`.
[rubocop] spec/models/week_day_spec.rb#L1 <Style/FrozenStringLiteralComment>: spec/models/week_day_spec.rb#L1
Missing magic comment `# frozen_string_literal: true`.
[rubocop] spec/routing/grids_spec.rb#L1 <Style/FrozenStringLiteralComment>: spec/routing/grids_spec.rb#L1
Missing magic comment `# frozen_string_literal: true`.
[rubocop] spec/support/capybara.rb#L1 <Style/FrozenStringLiteralComment>: spec/support/capybara.rb#L1
Missing magic comment `# frozen_string_literal: true`.
[rubocop] spec/support/omniauth.rb#L1 <Style/FrozenStringLiteralComment>: spec/support/omniauth.rb#L1
Missing magic comment `# frozen_string_literal: true`.
[rubocop] spec/support/rspec_retry.rb#L1 <Style/FrozenStringLiteralComment>: spec/support/rspec_retry.rb#L1
Missing magic comment `# frozen_string_literal: true`.