-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cc453e4
commit 8384b02
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
[default] | ||
extend-ignore-re = [ | ||
# that's a ipv6 | ||
# That's a ipv6 | ||
"2001:4f8:3:ba", | ||
# that is just strangly cased | ||
# That is just strangely cased | ||
"dO_nOt_cHaNgE_cAsE", "fOoBaR", | ||
# that is the name of a book author | ||
# That is the name of a book author | ||
"michael_ende", "Michael Ende", | ||
# That's an actual money unit (include the commet to only match that part) | ||
"Fils; // 1/1000th unit of Dinar", | ||
# That's a name (include the expression to only match the relevant part) | ||
"name\\.eq\\(\"Claus\"\\)", | ||
# thats a test for a typo, | ||
# Thats a test for a typo, | ||
"cannot find value `titel` in module `posts`", | ||
"cannot find type `titel` in module `posts`", | ||
"[0-9]+[[:space]]+|[[:space:]]+titel: String", | ||
] | ||
|
||
[type.md] | ||
extend-ignore-re = [ | ||
# occurs in the changelog | ||
# Occurs in the changelog | ||
"derive\\(Queriable\\)", "`Queriable`" | ||
] |