fix: scale_x should be using x_coord, not 1. #174
main.yml
on: push
ensures the dev environment image builds
1m 41s
rubocop
1m 8s
Matrix: install dependencies and run tests
Annotations
4 errors, 13 warnings, and 16 notices
install dependencies and run tests (2.3)
Process completed with exit code 1.
|
install dependencies and run tests (3)
The operation was canceled.
|
install dependencies and run tests (2)
The operation was canceled.
|
install dependencies and run tests (2.7)
The operation was canceled.
|
morandi.gemspec#L7
`metadata['rubygems_mfa_required']` must be set to `'true'`. [Gemspec/RequireMFA]
|
morandi.gemspec#L20
Do not set `test_files` in gemspec. [Gemspec/DeprecatedAttributeAssignment]
|
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 (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/
|
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/
|
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.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/
|
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/
|
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/image_processor.rb#L185
Use string `","` as argument instead of regexp `/,/`. [Style/RedundantRegexpArgument]
|
lib/morandi/redeye.rb#L45
Missing top-level documentation comment for `class MorandiNative::RedEye::Region`. [Style/Documentation]
|
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]
|
morandi.gemspec#L38
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]
|