We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7bcfd5 commit ee0aa87Copy full SHA for ee0aa87
CONTRIBUTING.md
@@ -24,6 +24,11 @@ Sub/Folder/fna.dll
24
25
If the rule is written correctly, it should match both of these filenames.
26
27
+Prefer making regex rules that end with a clean extension name, because we optimize them. For example:
28
+
29
+- One: `\.dll$`
30
+- Multiple: `\.(?:dylib|dll|so)$`
31
32
Then add some lines to [`tests/types/_NonMatchingTests.txt`](tests/types/_NonMatchingTests.txt) with this content:
33
34
```
0 commit comments