Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a regex configration for the signal name style rule #2204

Merged

Conversation

sconwayaus
Copy link
Contributor

Adding regex configuration to the signal name style rule, part of issue #2074 .

@sconwayaus sconwayaus force-pushed the signal_name_style_rule_regex branch 4 times, most recently from ab3f53c to ab476aa Compare June 17, 2024 13:33
@codecov-commenter
Copy link

codecov-commenter commented Jun 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.92%. Comparing base (054f273) to head (56359eb).
Report is 14 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2204      +/-   ##
==========================================
- Coverage   92.92%   92.92%   -0.01%     
==========================================
  Files         359      359              
  Lines       26740    26768      +28     
==========================================
+ Hits        24848    24874      +26     
- Misses       1892     1894       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sconwayaus sconwayaus force-pushed the signal_name_style_rule_regex branch 3 times, most recently from fec2d4e to 56359eb Compare June 22, 2024 14:28
@sconwayaus sconwayaus marked this pull request as draft June 23, 2024 07:19
@sconwayaus sconwayaus force-pushed the signal_name_style_rule_regex branch from 56359eb to c9db0ab Compare June 24, 2024 06:14
Copy link
Collaborator

@hzeller hzeller left a comment

Choose a reason for hiding this comment

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

Are you still working it it ? (as it is marked as draft)

verilog/analysis/checkers/signal_name_style_rule.cc Outdated Show resolved Hide resolved
@sconwayaus
Copy link
Contributor Author

Are you still working it it ? (as it is marked as draft)
I was. Did some real world testing with it during the week but I think this is ready to move forward.

@sconwayaus sconwayaus marked this pull request as ready for review June 29, 2024 05:34
@hzeller
Copy link
Collaborator

hzeller commented Jul 7, 2024

Did you check the review comment so far ?

Copy link
Contributor Author

@sconwayaus sconwayaus left a comment

Choose a reason for hiding this comment

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

Just realised my replies were "pending"...

verilog/analysis/checkers/signal_name_style_rule.cc Outdated Show resolved Hide resolved
verilog/analysis/checkers/signal_name_style_rule.cc Outdated Show resolved Hide resolved
@sconwayaus sconwayaus force-pushed the signal_name_style_rule_regex branch from c9db0ab to 980355d Compare July 9, 2024 09:10
@sconwayaus
Copy link
Contributor Author

Thanks for your patience Henner.

I've added regex's to most of the rules listed in #2074. I'll add your feedback from this PR into those and send on through.

@sconwayaus sconwayaus force-pushed the signal_name_style_rule_regex branch from 980355d to fd79fa1 Compare July 11, 2024 11:39
@hzeller hzeller merged commit 361afaa into chipsalliance:master Aug 5, 2024
33 of 34 checks passed
@sconwayaus sconwayaus deleted the signal_name_style_rule_regex branch August 7, 2024 10:27
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.

3 participants