Commit e4c2df7
authored
Fix bite sized regex in Check.ps1 (#3)
Check.ps1 uses bite sized to check the line lengths in the generated
code. The call excludes any lines containing regexes. However, the regex
used for this exception does not account for interpolated strings.
Hence, we extend the regex accordingly.
Note: this deliberately does not account for all possibilities to define
strings in C#. Currently, the code only contains "plain" strings and
interpolated strings.)1 parent 7ae525c commit e4c2df7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments