Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean-up deps, fix vscode ext, refactor linter #697

Merged
merged 6 commits into from
Nov 4, 2024
Merged

Conversation

panekj
Copy link
Collaborator

@panekj panekj commented Nov 3, 2024

  • make lint subcommand a feature-gated, enabled
    by default; only available to build, it will not
    be distributed by default, if it introduces a
    regression, it will be reverted; closes Option to install just formatter without any other features #694

  • remove atty dependency, use IsTerminal from
    stdlib (available since rust 1.70)

  • clean-up code a bit, make lsp subcommand fail
    properly as no subcommand found since the errors
    are swallowed somewhere before reaching stderr

  • remove references to reqwest::Url, use
    url::Url exclusively

- make `lint` subcommand a feature-gated, enabled
  by default; only available to build, it will not
  be distributed by default, if it introduces a
  regression, it will be reverted; closes #694

- clean-up code a bit, make `lsp` subcommand fail
  properly as no subcommand found since the errors
  are swallowed somewhere before reaching stderr

- remove references to `reqwest::Url`, use
  `url::Url` exclusively
@panekj panekj changed the title Hide linter behind feature, enabled by default Clean-up deps, fix vscode ext, refactor linter Nov 4, 2024
@panekj panekj merged commit 9acabdf into master Nov 4, 2024
37 checks passed
@panekj panekj deleted the feat/split-linter branch November 4, 2024 16:25
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.

Option to install just formatter without any other features
1 participant