Skip to content

Conversation

@resyntax-ci
Copy link
Contributor

@resyntax-ci resyntax-ci bot commented Jan 3, 2025

Resyntax fixed 50 issues in 12 files.

  • Fixed 45 occurrences of single-clause-match-to-match-define
  • Fixed 1 occurrence of let-to-define
  • Fixed 1 occurrence of inline-unnecessary-define
  • Fixed 1 occurrence of tidy-require
  • Fixed 1 occurrence of cond-else-if-to-cond
  • Fixed 1 occurrence of if-else-false-to-and

resyntax-ci bot added 6 commits January 3, 2025 00:23
This `match` expression can be simplified using `match-define`.
This `if` expression can be refactored to an equivalent expression using `and`.
Keep imports in `require` sorted and grouped by phase, with collections before files.
The `else`-`if` branch of this `cond` expression can be collapsed into the `cond` expression.
Internal definitions are recommended instead of `let` expressions, to reduce nesting.
This variable is returned immediately and can be inlined.
@samth samth closed this Jun 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants