We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67cb0c3 commit d6f1e0aCopy full SHA for d6f1e0a
.github/workflows/test.yml
@@ -14,3 +14,5 @@ jobs:
14
- uses: ./
15
- name: Check sort with disorder
16
run: sort -c test/test.txt || true
17
+ - name: Check sort with disorder in an unusually named file
18
+ run: sort -c test/test:2.txt || true
sort-matcher.json
@@ -4,7 +4,7 @@
4
"owner": "sort-matcher",
5
"pattern": [
6
{
7
- "regexp": "^sort:\\s+([^:]+):(\\d+):\\s+(.+)$",
+ "regexp": "^sort:\\s+(.+):(\\d+):\\s+(.+)$",
8
"file": 1,
9
"line": 2,
10
"message": 3
test/test:2.txt
@@ -0,0 +1,3 @@
1
+d
2
+f
3
+e
0 commit comments