We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8850949 commit 371eb69Copy full SHA for 371eb69
deta-lint-lib/review.rkt
@@ -46,4 +46,4 @@
46
(define (review-syntax stx)
47
(syntax-parse stx
48
[d:schema-definition #'d]
49
- [_ stx]))
+ [_ (track-error stx "expected a deta schema definition")]))
0 commit comments