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

cmd/fix: Address relative path root matching #1093

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

charlieegan3
Copy link
Member

No description provided.

@@ -282,23 +282,6 @@ func fix(args []string, params *fixCommandParams) error {
ignore = params.ignoreFiles.v
}

// create a list of absolute paths, these will be used for the file from
// this point in order to be able to use the roots for format reporting.
absArgs := make([]string, len(args))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was unused.

@charlieegan3 charlieegan3 merged commit 6f9b32f into StyraInc:main Sep 10, 2024
4 checks passed
@charlieegan3 charlieegan3 deleted the abs-fix-paths branch September 10, 2024 14:41
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