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

Updates to slang-tidy #785

Merged
merged 5 commits into from
Jul 7, 2023
Merged

Updates to slang-tidy #785

merged 5 commits into from
Jul 7, 2023

Conversation

Sustrak
Copy link
Contributor

@Sustrak Sustrak commented Jul 7, 2023

  • Fix NoOldAlwaysSyntax check
  • Add new check EnforceModuleInstantiationPrefix
  • Minor syntax fixes and code style

Sustrak and others added 5 commits July 7, 2023 18:47
The NoOldAlwaysSyntax check was miss triggering with the property clock,
this commit checks if block is an assertion to not trigger the check.
This new check will enforce a prefix string in module instantiation
@codecov
Copy link

codecov bot commented Jul 7, 2023

Codecov Report

Merging #785 (b9abd98) into master (162549e) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #785   +/-   ##
=======================================
  Coverage   93.56%   93.56%           
=======================================
  Files         189      189           
  Lines       45650    45650           
=======================================
  Hits        42714    42714           
  Misses       2936     2936           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 162549e...b9abd98. Read the comment docs.

@MikePopoloski MikePopoloski merged commit 02e2354 into MikePopoloski:master Jul 7, 2023
19 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.

None yet

2 participants