Jeremiah Leary

Results 36 issues of Jeremiah Leary

Adding documentation for configuring indent rules. Resolves #559

Resolves #536

Adding ignore_hierarchy option to rule if_030. 1) Added test 2) Added rule Resolves #291

A discussion on gitter with @nfrancque proposes having a layered configuration approach where the user can run with default configurations without having to use the `--configuration` option. The proposal includes:...

useability
Version 4.0 Rewrite

In a gitter discussion with @nfrancque it was proposed to add the ability for end users to augment command line arguments to support scripting. This would involve being able to...

useability
Version 4.0 Rewrite

Depending on where the -- coverage off and -- coverage on comments are located: ```vhdl -- coverage off when others => null; -- coverage on ``` ...VSG will not align...

enhancement
deferred

There are several rules that apply to subprogram_body which are common to both procedure and function. Consider splitting those out.

refactor
Version 4.0 Rewrite

Signal_010 addresses types that are vhdl keywords, but there is not a similar constant rule.

enhancement

While implementing issue #651, testing revealed that signal_011 was changing vhdl keywords. This conflicts with rule signal_010 which deals specifically with vhdl keywords.

bug

VSG does not align the => in the following constant declaration: ```vhdl constant c_some_constant : t_some_record_type := ( element_1 => 0, some_other_element => 0, yet_another => 0 ); ``` should...

enhancement
Version 4.0 Rewrite