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

Issue#291: Adding ignore_hierarchy option to rule if_030 #788

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Conversation

jeremiah-c-leary
Copy link
Owner

Adding ignore_hierarchy option to rule if_030.

  1. Added test
  2. Added rule

Resolves #291

Adding ignore_hierarchy option to rule if_030.

  1)  Added test
  2)  Added rule
@codecov
Copy link

codecov bot commented May 25, 2022

Codecov Report

Base: 95.75% // Head: 95.70% // Decreases project coverage by -0.04% ⚠️

Coverage data is based on head (b5918f5) compared to base (ec228bb).
Patch coverage: 92.97% of modified lines in pull request are covered.

❗ Current head b5918f5 differs from pull request most recent head 9c0f84e. Consider uploading reports for the commit 9c0f84e to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #788      +/-   ##
==========================================
- Coverage   95.75%   95.70%   -0.05%     
==========================================
  Files        1373     1375       +2     
  Lines       25658    25781     +123     
==========================================
+ Hits        24568    24673     +105     
- Misses       1090     1108      +18     
Impacted Files Coverage Δ
vsg/vhdlFile/extract/get_line_number.py 30.76% <30.76%> (ø)
vsg/vhdlFile/extract/tokens.py 88.33% <75.00%> (-2.06%) ⬇️
vsg/vhdlFile/vhdlFile.py 89.87% <87.50%> (-0.24%) ⬇️
...g/rules/blank_line_below_line_ending_with_token.py 98.86% <98.18%> (-1.14%) ⬇️
vsg/rules/if_statement/rule_030.py 100.00% <100.00%> (ø)
...essive_blank_lines_below_line_ending_with_token.py 95.74% <100.00%> (ø)
vsg/vhdlFile/extract/__init__.py 100.00% <100.00%> (ø)
...ct/get_blank_lines_below_line_ending_with_token.py 81.25% <100.00%> (-18.75%) ⬇️
...e/extract/get_line_below_line_ending_with_token.py 100.00% <100.00%> (ø)
...ine_below_line_ending_with_token_with_hierarchy.py 100.00% <100.00%> (ø)
... and 4 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jeremiah-c-leary jeremiah-c-leary changed the title Updates for issue #291 Issue#291: Adding ignore_hierarchy option to rule if_030 Mar 10, 2024
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.

Blank line before if and after end if.
1 participant