Skip to content

Commit

Permalink
Merge branch 'jeremiah-c-leary:master' into issue-1389
Browse files Browse the repository at this point in the history
  • Loading branch information
JHertz5 authored Jan 19, 2025
2 parents 731e86b + 8e16b80 commit b53dfb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"

steps:
- name: checkout
Expand Down
1 change: 1 addition & 0 deletions docs/case_rules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ case_300
|phase_4| |error| |indent|

This rule checks the indentation of the label.

**Violation**

.. code-block:: vhdl
Expand Down
1 change: 1 addition & 0 deletions vsg/rules/case/rule_300.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
class rule_300(token_indent):
"""
This rule checks the indentation of the label.
**Violation**
.. code-block:: vhdl
Expand Down

0 comments on commit b53dfb6

Please sign in to comment.