Skip to content

Commit

Permalink
Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Dec 21, 2024
1 parent 2f99cdc commit 0f6a063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions verible/verilog/tools/lint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ Some lint rules allow users to use a regular expression to configure the rule. V
verible-verilog-lint --rules="enum-name-style=style_regex:[a-z_0-9]+(_t|_e)" ...
```

For naming style rules, the regex can be kept simple and not have to worry about
the beginning starting with a digit as this is already taken care of by the
For naming style rules, the regex can be kept simple and not have to worry about
the beginning starting with a digit as this is already taken care of by the
lexer/parser. Below are some common naming style regex patterns that can be used.

| Naming Style | Regex Expression |
Expand Down

0 comments on commit 0f6a063

Please sign in to comment.