Skip to content

Commit 8ca4c55

Browse files
committed
_
1 parent 12ac962 commit 8ca4c55

File tree

4 files changed

+53
-6
lines changed

4 files changed

+53
-6
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
**/*.db
99

1010
## Personal
11-
**/_*
12-
!**/__scripts/
11+
**/_.*
1312
.local.sh
1413
[push]
1514
**/TODO.md

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/nix/store/fbp2hv9z31x1x1cgvsq3jg5j84fsq879-pre-commit-config.json
1+
/nix/store/5hgqsi8lmsq4rhkjwnyb8cfzcr72havw-pre-commit-config.json

docs/spec/_rules.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"rules": {
3+
"protocol.orders.all-slots-initialized": {
4+
"url": "#r-protocol.orders.all-slots-initialized",
5+
"source_file": "/home/v/s/discretionary_engine/docs/spec/protocol.md",
6+
"source_line": 13,
7+
"text": null,
8+
"status": null,
9+
"level": null,
10+
"since": null,
11+
"until": null,
12+
"tags": []
13+
},
14+
"protocol.orders.id-match": {
15+
"url": "#r-protocol.orders.id-match",
16+
"source_file": "/home/v/s/discretionary_engine/docs/spec/protocol.md",
17+
"source_line": 9,
18+
"text": null,
19+
"status": null,
20+
"level": null,
21+
"since": null,
22+
"until": null,
23+
"tags": []
24+
},
25+
"protocol.orders.id-stability": {
26+
"url": "#r-protocol.orders.id-stability",
27+
"source_file": "/home/v/s/discretionary_engine/docs/spec/protocol.md",
28+
"source_line": 5,
29+
"text": null,
30+
"status": null,
31+
"level": null,
32+
"since": null,
33+
"until": null,
34+
"tags": []
35+
},
36+
"protocol.orders.market-first": {
37+
"url": "#r-protocol.orders.market-first",
38+
"source_file": "/home/v/s/discretionary_engine/docs/spec/protocol.md",
39+
"source_line": 19,
40+
"text": null,
41+
"status": null,
42+
"level": null,
43+
"since": null,
44+
"until": null,
45+
"tags": []
46+
}
47+
}
48+
}

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)