This rule checks if entity ports are commented.
entity e is port ( a : in std_logic; b : out std_logic ); end;
entity e is port ( a : in std_logic; -- My description... b : out std_logic -- Blaba... ); end;