Skip to content

[#7842] Fix handling of mail replies #2488

[#7842] Fix handling of mail replies

[#7842] Fix handling of mail replies #2488

Triggered via pull request July 27, 2023 15:00
Status Success
Total duration 1m 12s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

rubocop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
build: spec/script/handle-mail-replies_spec.rb#L20
[rubocop] reported by reviewdog 🐶 [Correctable] Layout/FirstHashElementIndentation: Use 2 spaces for indentation in a hash, relative to the first position after the preceding left parenthesis. Raw Output: spec/script/handle-mail-replies_spec.rb:20:9: C: [Correctable] Layout/FirstHashElementIndentation: Use 2 spaces for indentation in a hash, relative to the first position after the preceding left parenthesis. stdin_string: load_file_fixture("track-response-exim-bounce.email") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
build: spec/script/handle-mail-replies_spec.rb#L21
[rubocop] reported by reviewdog 🐶 [Correctable] Layout/FirstHashElementIndentation: Indent the right brace the same as the first position after the preceding left parenthesis. Raw Output: spec/script/handle-mail-replies_spec.rb:21:7: C: [Correctable] Layout/FirstHashElementIndentation: Indent the right brace the same as the first position after the preceding left parenthesis. }) ^
build: spec/script/handle-mail-replies_spec.rb#L28
[rubocop] reported by reviewdog 🐶 [Correctable] Layout/FirstHashElementIndentation: Use 2 spaces for indentation in a hash, relative to the first position after the preceding left parenthesis. Raw Output: spec/script/handle-mail-replies_spec.rb:28:9: C: [Correctable] Layout/FirstHashElementIndentation: Use 2 spaces for indentation in a hash, relative to the first position after the preceding left parenthesis. stdin_string: load_file_fixture("russian.email") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
build: spec/script/handle-mail-replies_spec.rb#L29
[rubocop] reported by reviewdog 🐶 [Correctable] Layout/FirstHashElementIndentation: Indent the right brace the same as the first position after the preceding left parenthesis. Raw Output: spec/script/handle-mail-replies_spec.rb:29:7: C: [Correctable] Layout/FirstHashElementIndentation: Indent the right brace the same as the first position after the preceding left parenthesis. }) ^
build: spec/script/handle-mail-replies_spec.rb#L36
[rubocop] reported by reviewdog 🐶 [Correctable] Layout/FirstHashElementIndentation: Use 2 spaces for indentation in a hash, relative to the first position after the preceding left parenthesis. Raw Output: spec/script/handle-mail-replies_spec.rb:36:9: C: [Correctable] Layout/FirstHashElementIndentation: Use 2 spaces for indentation in a hash, relative to the first position after the preceding left parenthesis. env: { 'ALAVETELI_ENABLE_ALAVETELI_PRO' => 'true' }, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
build: spec/script/handle-mail-replies_spec.rb#L38
[rubocop] reported by reviewdog 🐶 [Correctable] Layout/FirstHashElementIndentation: Indent the right brace the same as the first position after the preceding left parenthesis. Raw Output: spec/script/handle-mail-replies_spec.rb:38:7: C: [Correctable] Layout/FirstHashElementIndentation: Indent the right brace the same as the first position after the preceding left parenthesis. }) ^
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/