[#7877] Fix uuencoding attachment processing #2578
Annotations
3 warnings
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|
^^^^^^^^^^
|
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)
^^^^^^^^^
|
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/
|
The logs for this run have expired and are no longer available.
Loading