Skip to content

Commit

Permalink
Disable require tidying for now
Browse files Browse the repository at this point in the history
It has an inconsistency with racket-mode. Disabling it until I fix that issue.
  • Loading branch information
jackfirth committed Jan 3, 2025
1 parent 695cf86 commit 46a1d01
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion default-recommendations/require-and-provide-suggestions.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -307,4 +307,10 @@

(define-refactoring-suite require-and-provide-suggestions
#:rules (provide-deduplication
tidy-require))

;; Excluded because of discrepancy between this and racket-mode (see
;; https://github.com/jackfirth/resyntax/issues/432 for details)
;;
;; tidy-require

))

0 comments on commit 46a1d01

Please sign in to comment.