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

Add CLI commands for detecting and remove dead code #516

Merged
merged 6 commits into from
Mar 6, 2024
Merged

Commits on Mar 6, 2024

  1. Make kind optional when deleting dead code at a specific location

    Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>
    Morriar committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b57c88a View commit details
    Browse the repository at this point in the history
  2. Do not write the file in Deadcode::Remover just return the new string

    Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>
    Morriar committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    6fc2b3c View commit details
    Browse the repository at this point in the history
  3. Make it easier to json dump the dead code candidates

    Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>
    Morriar committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    2b12014 View commit details
    Browse the repository at this point in the history
  4. Separate parsing and indexing

    Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>
    Morriar committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    9c9aed2 View commit details
    Browse the repository at this point in the history
  5. Add CLI commands for dead code detection and removal

    Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>
    Morriar committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    638b45b View commit details
    Browse the repository at this point in the history
  6. Add some documentation

    Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>
    Morriar committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    67b42e8 View commit details
    Browse the repository at this point in the history