Skip to content

Hide send mail action menu in meetings when closed

Sign in for the full log view
GitHub Actions / rubocop failed Oct 10, 2024 in 0s

reviewdog [rubocop] report

reported by reviewdog 🐶

Findings (7)

modules/meeting/spec/components/meetings/header_component_spec.rb|55 col 15| Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
modules/meeting/spec/components/meetings/header_component_spec.rb|59 col 47| Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
modules/meeting/spec/components/meetings/header_component_spec.rb|63 col 15| Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
modules/meeting/spec/components/meetings/header_component_spec.rb|67 col 27| Use expect(...).to have_no_text.
modules/meeting/spec/components/meetings/header_component_spec.rb|67 col 51| Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
modules/meeting/spec/components/meetings/header_component_spec.rb|76 col 25| Use expect(...).to have_no_text.
modules/meeting/spec/components/meetings/header_component_spec.rb|76 col 49| Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Filtered Findings (0)

Annotations

Check notice on line 55 in modules/meeting/spec/components/meetings/header_component_spec.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] modules/meeting/spec/components/meetings/header_component_spec.rb#L55 <Style/StringLiterals>

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Raw output
modules/meeting/spec/components/meetings/header_component_spec.rb:55:15: C: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Check notice on line 59 in modules/meeting/spec/components/meetings/header_component_spec.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] modules/meeting/spec/components/meetings/header_component_spec.rb#L59 <Style/StringLiterals>

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Raw output
modules/meeting/spec/components/meetings/header_component_spec.rb:59:47: C: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Check notice on line 63 in modules/meeting/spec/components/meetings/header_component_spec.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] modules/meeting/spec/components/meetings/header_component_spec.rb#L63 <Style/StringLiterals>

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Raw output
modules/meeting/spec/components/meetings/header_component_spec.rb:63:15: C: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Check notice on line 67 in modules/meeting/spec/components/meetings/header_component_spec.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] modules/meeting/spec/components/meetings/header_component_spec.rb#L67 <Capybara/NegationMatcher>

Use `expect(...).to have_no_text`.
Raw output
modules/meeting/spec/components/meetings/header_component_spec.rb:67:27: C: Capybara/NegationMatcher: Use `expect(...).to have_no_text`.

Check notice on line 67 in modules/meeting/spec/components/meetings/header_component_spec.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] modules/meeting/spec/components/meetings/header_component_spec.rb#L67 <Style/StringLiterals>

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Raw output
modules/meeting/spec/components/meetings/header_component_spec.rb:67:51: C: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Check notice on line 76 in modules/meeting/spec/components/meetings/header_component_spec.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] modules/meeting/spec/components/meetings/header_component_spec.rb#L76 <Capybara/NegationMatcher>

Use `expect(...).to have_no_text`.
Raw output
modules/meeting/spec/components/meetings/header_component_spec.rb:76:25: C: Capybara/NegationMatcher: Use `expect(...).to have_no_text`.

Check notice on line 76 in modules/meeting/spec/components/meetings/header_component_spec.rb

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] modules/meeting/spec/components/meetings/header_component_spec.rb#L76 <Style/StringLiterals>

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Raw output
modules/meeting/spec/components/meetings/header_component_spec.rb:76:49: C: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.