Skip to content

Commit 46a1d01

Browse files
committed
Disable require tidying for now
It has an inconsistency with racket-mode. Disabling it until I fix that issue.
1 parent 695cf86 commit 46a1d01

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

default-recommendations/require-and-provide-suggestions.rkt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,4 +307,10 @@
307307

308308
(define-refactoring-suite require-and-provide-suggestions
309309
#:rules (provide-deduplication
310-
tidy-require))
310+
311+
;; Excluded because of discrepancy between this and racket-mode (see
312+
;; https://github.com/jackfirth/resyntax/issues/432 for details)
313+
;;
314+
;; tidy-require
315+
316+
))

0 commit comments

Comments
 (0)