imd1

Results 9 issues of imd1

**What is your question?** I noticed that are hundreds of unit tests, but I wonder how much testing is performed at the "system" level, i.e. real world combinations of rules?...

question

**Is your feature request related to a problem? Please describe.** Currently process_016 (missing process labels) requires a manual fix, presumably because VSG cannot hope to know what to call a...

enhancement
deferred

**Is your feature request related to a problem? Please describe.** Line length violations via length_001 are great but require manual fixes. Other tools for other languages are able to automatically...

enhancement
deferred

**Is your feature request related to a problem? Please describe.** Some people comment out code as they are changing it, and do not rely on source control to get back...

For example, the brackets in the following snippet are superfluous, could there be a rule to remove them? ``` if (sync_reset) = '1' then ```

**Is your feature request related to a problem? Please describe.** I'd like to be able to create a configuration file that lists rules to be applied to files matching certain...

useability

**What is your question?** Sometimes I run VSG against code that does not compile i.e. it has VHDL syntax errors. VSG tends to fall over in a heap. Should this...

useability

Currently prefix/suffix rules for a number of items (constants, types and sub types) are applied whether they are defined inside a package (normally in a separate file) or inside architectures...

**Is your feature request related to a problem? Please describe.** It would be really good for VSG to be able to automatically fix rules such as constant_015 i.e. prefix or...