jeremiah-c-leary / vhdl-style-guide

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

architecture_027 fails when architecture keyword is the first word in the file. #1091

Closed jeremiah-c-leary closed 6 months ago

jeremiah-c-leary commented 6 months ago

The following code snippet will cause VSG to fail:

architecture rtl of fifo is
begin
end;