[#7886] trailing white space attachment processing #2537
Annotations
3 warnings
lib/mail_handler/backends/mail_backend.rb#L402
[rubocop] reported by reviewdog 🐶
Lint/NestedMethodDefinition: Method definitions must not be nested. Use lambda instead. (https://rubystyle.guide#no-nested-methods)
Raw Output:
lib/mail_handler/backends/mail_backend.rb:402:9: W: Lint/NestedMethodDefinition: Method definitions must not be nested. Use lambda instead. (https://rubystyle.guide#no-nested-methods)
def caluclate_hexdigest(body) ...
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
lib/mail_handler/backends/mail_backend.rb#L405
[rubocop] reported by reviewdog 🐶
[Correctable] Layout/FirstArgumentIndentation: Indent the first argument one step more than Mail::Utilities.binary_unsafe_to_lf(.
Raw Output:
lib/mail_handler/backends/mail_backend.rb:405:13: C: [Correctable] Layout/FirstArgumentIndentation: Indent the first argument one step more than Mail::Utilities.binary_unsafe_to_lf(.
body.rstrip
^^^^^^^^^^^
|
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