Skip to content

[#7877] Fix uuencoding attachment processing #2578

[#7877] Fix uuencoding attachment processing

[#7877] Fix uuencoding attachment processing #2578

Triggered via pull request September 15, 2023 08:24
Status Success
Total duration 1m 37s
Artifacts

rubocop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
build: lib/mail_handler/backends/mail_backend.rb#L434
[rubocop] reported by reviewdog 🐶 Lint/ShadowingOuterLocalVariable: Shadowing outer local variable - attributes. Raw Output: lib/mail_handler/backends/mail_backend.rb:434:54: W: Lint/ShadowingOuterLocalVariable: Shadowing outer local variable - attributes. attributes ||= uuencoded_attributes.find do |attributes| ^^^^^^^^^^
build: lib/mail_handler/backends/mail_backend.rb#L449
[rubocop] reported by reviewdog 🐶 [Correctable] Layout/LineLength: Line is too long. [89/80] (https://rubystyle.guide#max-line-length) Raw Output: lib/mail_handler/backends/mail_backend.rb:449:81: C: [Correctable] Layout/LineLength: Line is too long. [89/80] (https://rubystyle.guide#max-line-length) calc_mime = AlaveteliFileTypes.filename_and_content_to_mimetype(filename, body) ^^^^^^^^^
build
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/