Skip to content

fix(bug): not_equal_to_one() returned invalid results for float < 1 #177

fix(bug): not_equal_to_one() returned invalid results for float < 1

fix(bug): not_equal_to_one() returned invalid results for float < 1 #177

Triggered via push October 22, 2023 14:19
Status Failure
Total duration 2m 1s
Artifacts

main.yml

on: push
ensures the dev environment image builds
1m 51s
ensures the dev environment image builds
rubocop
1m 14s
rubocop
Matrix: install dependencies and run tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 12 warnings, and 17 notices
install dependencies and run tests (2.3)
Process completed with exit code 1.
install dependencies and run tests (2.7)
The operation was canceled.
install dependencies and run tests (2)
The operation was canceled.
install dependencies and run tests (3)
The operation was canceled.
install dependencies and run tests (2.3)
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.7)
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 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 (3)
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/
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/
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 `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/
ensures the dev environment image builds
The `set-output` 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 `set-output` 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 `set-output` 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/
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]