Skip to content

Commit 9a2414e

Browse files
Updating README.
1 parent 13a797b commit 9a2414e

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

README.rst

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,28 +22,14 @@ VHDL Style Guide (VSG)
2222
Announcements
2323
-------------
2424

25-
Update 01/01/2025
25+
Update 11/09/2025
2626

27-
The regex definitions for camelCase and PascalCase are going to be changing for release 3.30.0 to better align with industry "standards".
27+
Where has Jeremy been?
2828

29-
The current regex allows for an unlimited number of uppercase characters in a row:
29+
Just wanted to let everyone know that I have not abandoned this project.
30+
There was a family emergency I had to handle and now work is taking a significant amount of my time.
3031

31-
.. code-block:: bash
32-
33-
myFIFO
34-
MyFIFO
35-
36-
A more strict version of camelCase and PascalCase will be implemented to limit the number of consecutive uppercase characters to 2.
37-
38-
.. code-block:: bash
39-
40-
myFIfo
41-
MyFIfo
42-
43-
The original regex definition for camelCase will be moved to relaxedCamelCase.
44-
The original regex definition for PascalCase will be moved to RelaxedPascalCase.
45-
46-
If you have a strong opinion on how the regex is defined, your feedback would be appreciated on issue #1202.
32+
I plan to start working on this again in December.
4733

4834
Regards,
4935

0 commit comments

Comments
 (0)