Code should adhere to a coding style to make it easier for all designers to read.
This rule checks indentation, whitespace, horizontal and vertical alignments, etc. It relies on VSG (VHDL Style Guide) to check VHDL code.
The coding style can be configured in a YAML or JSON file. The path to this configuration file should be passed
through the configurationFilePath parameter.
entity fly is -- Noncompliant: Two whitespaces between 'entity' and 'fly' ... end;
entity fly is ... end;