Skip to content

SC2129 - If there is already a grouped redirection, SC2129 cannot be triggered #3352

@vivodi

Description

@vivodi

The following problematic code does not trigger SC2129 — if there is already a grouped redirection, SC2129 cannot be triggered:

{
  echo foo
  date
} >> file
cat stuff >> file

Correct code:

{
  echo foo
  date
  cat stuff
} >> file

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions