Skip to content

Commit

Permalink
Merge pull request #2305 from hzeller/feature-20241220-fix-whitespace
Browse files Browse the repository at this point in the history
Fix trailing whitespace
  • Loading branch information
hzeller authored Dec 21, 2024
2 parents 20eb11e + 0f6a063 commit 91a8757
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 91a8757

Please sign in to comment.