jeremiah-c-leary / vhdl-style-guide

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

Fix typo and quote relativeFile #1129

Closed dltmtt closed 7 months ago

dltmtt commented 7 months ago

"autodetect" is not accepted, while "autoDetect" is. Without quotes, an error is thrown if relativeFile contains spaces.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (3007a13) 96.56% compared to head (ca13899) 96.56%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1129 +/- ## ======================================= Coverage 96.56% 96.56% ======================================= Files 1546 1546 Lines 29231 29231 ======================================= Hits 28226 28226 Misses 1005 1005 ```

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

jeremiah-c-leary commented 7 months ago

Morning @MDXZ-delti ,

Thank you for the update. I will get it merged to master.

Regards,

--Jeremy