Skip to content

chore: treat raw string explicitly#356

Merged
MasatoSaeki merged 1 commit intodevelopfrom
chore/add_treat_raw_string
Apr 24, 2026
Merged

chore: treat raw string explicitly#356
MasatoSaeki merged 1 commit intodevelopfrom
chore/add_treat_raw_string

Conversation

@MasatoSaeki
Copy link
Copy Markdown
Contributor

Types of PR

  • New Features
  • Upgrade of existing features
  • Bugfix

Description

This PR gets to treat raw string explicitly.

How to review this PR

Others

Signed-off-by: MasatoSaeki <masato.saeki@tier4.jp>
@MasatoSaeki MasatoSaeki changed the title jchore: treat raw string explicitly chore: treat raw string explicitly Apr 24, 2026
@sonarqubecloud
Copy link
Copy Markdown

@MasatoSaeki MasatoSaeki marked this pull request as ready for review April 24, 2026 09:01
Copilot AI review requested due to automatic review settings April 24, 2026 09:01
@MasatoSaeki MasatoSaeki merged commit 4fe5d0b into develop Apr 24, 2026
7 of 8 checks passed
@MasatoSaeki MasatoSaeki deleted the chore/add_treat_raw_string branch April 24, 2026 09:01
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates a ROS 2 launch argument description string to use a raw string literal so the regex example is represented explicitly (without relying on Python’s handling of invalid escape sequences).

Changes:

  • Converted the override_topics_regex launch argument description to a raw string literal (r"...").
  • Removed the now-unnecessary inline # noqa suppression on that line.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants