jeremiah-c-leary / vhdl-style-guide

Style guide enforcement for VHDL
GNU General Public License v3.0
179 stars 38 forks source link

Issue#1053: Adding rule to check for reserved words. #1055

Closed jeremiah-c-leary closed 7 months ago

jeremiah-c-leary commented 7 months ago

Resolves #1053

SittingDuc commented 7 months ago

rules.py line 26, set dMap['2008'] has some repeated symbols - 'assert', 'vunit', and a few others. Probably a copy-pasta while reading the pdf

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (2ce68de) 96.51% compared to head (393ffc1) 96.52%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1055 +/- ## ========================================== + Coverage 96.51% 96.52% +0.01% ========================================== Files 1512 1514 +2 Lines 28515 28615 +100 ========================================== + Hits 27521 27621 +100 Misses 994 994 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.