Skip to content

Fix duplicate Practice #35 numbering in CodingPractices.md#9670

Merged
maliberty merged 1 commit intoThe-OpenROAD-Project:masterfrom
Pinata-Consulting:fix-coding-practices-numbering
Mar 6, 2026
Merged

Fix duplicate Practice #35 numbering in CodingPractices.md#9670
maliberty merged 1 commit intoThe-OpenROAD-Project:masterfrom
Pinata-Consulting:fix-coding-practices-numbering

Conversation

@oharboe
Copy link
Collaborator

@oharboe oharboe commented Mar 6, 2026

No description provided.

…ctices.md

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request correctly adjusts the numbering for several practices in CodingPractices.md to resolve a duplicate and also fixes a typo. The changes are appropriate. I have included one suggestion to improve the clarity of a code example that is related to the modified content.

Note: Security Review has been skipped due to the limited scope of the PR.

### Practice #38

Don't use `glob`. Explictly list the files in a group.
Don't use `glob`. Explicitly list the files in a group.
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

The code example that follows this practice is a bit confusing. It shows list(REMOVE_ITEM ...) which doesn't clearly illustrate the alternative to using glob. To improve clarity, consider changing the example to show how to explicitly list files, for instance, by using set(SRC_FILES ...) with an explicit list of files.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2026

clang-tidy review says "All clean, LGTM! 👍"

@maliberty maliberty enabled auto-merge March 6, 2026 07:14
@maliberty maliberty merged commit 22f105f into The-OpenROAD-Project:master Mar 6, 2026
14 checks passed
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