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

Fix code style parameter in cli #2241

Merged
merged 4 commits into from
Sep 7, 2023

Commits on Sep 5, 2023

  1. Fix ktlint cli parameter --code-style

    Pass parameter correctly to KtlintRuleEngine.
    Also, deprecate parameters '--code-style', '--disabled-rules' and '--experimental' as those should be specified in the '.editorconfig' properties
    paul-dingemans committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    4d2fdf6 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Closes #2238
    paul-dingemans committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    fd28ede View commit details
    Browse the repository at this point in the history
  3. Update documentation

    paul-dingemans committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d2b785f View commit details
    Browse the repository at this point in the history
  4. Fix rule violation

    paul-dingemans committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    11194d4 View commit details
    Browse the repository at this point in the history