fix: restore PixbufUtils.remove_alpha used by prism_core #182
main.yml
on: push
ensures the dev environment image builds
32s
rubocop
1m 0s
Matrix: install dependencies and run tests
Annotations
7 errors, 9 warnings, and 17 notices
ensures the dev environment image builds
buildx failed with: ERROR: failed to solve: process "/bin/sh -c bundle install" did not complete successfully: exit code: 5
|
install dependencies and run tests (2)
Process completed with exit code 1.
|
install dependencies and run tests (2.7)
The job was canceled because "_2" failed.
|
install dependencies and run tests (2.3)
The job was canceled because "_2" failed.
|
install dependencies and run tests (2.3)
Process completed with exit code 1.
|
install dependencies and run tests (3)
The job was canceled because "_2" failed.
|
install dependencies and run tests (3)
The operation was canceled.
|
ensures the dev environment image builds
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, docker/build-push-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ensures the dev environment image builds
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, docker/build-push-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
ensures the dev environment image builds
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
ensures the dev environment image builds
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
install dependencies and run tests (2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
install dependencies and run tests (2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
morandi.gemspec#L7
`metadata['rubygems_mfa_required']` must be set to `'true'`. [Gemspec/RequireMFA]
|
rubocop
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
rubocop
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
ext/gdk_pixbuf_cairo/extconf.rb#L16
Prefer string interpolation to string concatenation. [Style/StringConcatenation]
|
ext/morandi_native/extconf.rb#L16
Prefer string interpolation to string concatenation. [Style/StringConcatenation]
|
lib/morandi/crop_utils.rb#L45
Use `val.clamp(min, max)` instead of `if/elsif/else`. [Style/ComparableClamp]
|
lib/morandi/crop_utils.rb#L47
Use `[val, max].min` instead. [Style/MinMaxComparison]
|
lib/morandi/image_processor.rb#L117
Use `Comparable#clamp` instead. [Style/ComparableClamp]
|
lib/morandi/image_processor.rb#L128
Use `Comparable#clamp` instead. [Style/ComparableClamp]
|
lib/morandi/redeye.rb#L45
Missing top-level documentation comment for `class MorandiNative::RedEye::Region`. [Style/Documentation]
|
morandi.gemspec#L31
Specify development dependencies in Gemfile. [Gemspec/DevelopmentDependencies]
|
morandi.gemspec#L32
Specify development dependencies in Gemfile. [Gemspec/DevelopmentDependencies]
|
morandi.gemspec#L33
Specify development dependencies in Gemfile. [Gemspec/DevelopmentDependencies]
|
morandi.gemspec#L34
Specify development dependencies in Gemfile. [Gemspec/DevelopmentDependencies]
|
morandi.gemspec#L35
Specify development dependencies in Gemfile. [Gemspec/DevelopmentDependencies]
|
morandi.gemspec#L36
Specify development dependencies in Gemfile. [Gemspec/DevelopmentDependencies]
|
morandi.gemspec#L37
Specify development dependencies in Gemfile. [Gemspec/DevelopmentDependencies]
|
spec/visual_report_helper.rb#L15
Block has too many lines. [39/25] [Metrics/BlockLength]
|
spec/visual_report_helper.rb#L59
`File.readlines` is safer than `IO.readlines`. [Security/IoMethods]
|
spec/visual_report_helper.rb#L76
Align parts of a string concatenated with backslash. [Layout/LineEndStringConcatenationIndentation]
|