-
**Environment**
VSG v3.27.0
**Describe the bug**
The rule `architecture_029` modifies the alignment of declarations within the declarative region of protected types as if they are a normal part o…
-
Following the ideas of this video
https://youtu.be/f74PSgwLdDk?si=M5llP57gTIwiw3dA&t=969
We wish to have
```
method Test() {
const x := 2;
x := x + 1; // Error !
}
```
that could prev…
-
**Is your feature request related to a problem? Please describe.**
I am using package instantiations, e.g.
```vhdl
package my_pkg is new my_generic_pkg
generic map (
g_my_generic => 2
);…
-
I cannot get to install this. When I run `make`, it throws this error:
What am I missing?
```
cc -Wall -o bin/ssh-honeypot src/ssh-honeypot.c -lssh -ljson-c -lpcap -lssl -lcrypto
src/ssh-honeypot.…
-
Subtask of #1306. Implement naming rules for package instantiation declarations.
I'd like prefix and suffix rules for the instantiated package identifier, equivalent to `package_016` and `package_0…
-
Subtask of #1306. Implement whitespace rules for package instantiation declarations.
For example, rules to fix this
```vhdl
package my_pkg is new my_generic_pkg
gen…
-
Subtask of #1306. Implement structure rules for package instantiation declarations.
For example, rules to fix this
```vhdl
package
my_pkg
is
new
my_generic_pkg
generic map (
g_my_gene…
-
Subtask of #1306. Implement case rules for package instantiation declarations.
For example, rules to fix this
```vhdl
PACKAGE MY_PKG IS NEW MY_GENERIC_PKG
generic map (
g_my_generic => 2
…
-
### What is the problem you're trying to solve?
The overlap between `string-no-newline` and `declaration-property-value-no-unknown`.
```css
a {
content: "
";
}
```
With:
```json
{
"rules": {
…
-
```console
error TS2307: Cannot find module '@brillout/json-serializer/parse' or its corresponding type declarations.
error TS2307: Cannot find module '@brillout/json-serializer/stringify' or its …