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

Fixes linter issues and simplifies implementation #28

Merged
merged 26 commits into from
Sep 8, 2023
Merged

Conversation

mscottford
Copy link
Member

Fixture file modifications by some of the tests are causing them to sometimes fail depending on the order that the tests are run in.

This copies the entire fixtures directory tree to a temp location, and then returns a path to the newly created temp file version of the requested file.
As part of cleaning up linter errors, a lot of classes that were not being used have been removed. Others that remained have been simplified by removing assumptions that were left over from the Freshli.Lib project that they originated from.
The other commands are not needed, because the Freshli CLI only interacts with the language agent via gRPC calls.
@mscottford mscottford merged commit 20ea04c into main Sep 8, 2023
1 check passed
@mscottford mscottford deleted the linter-fixes branch September 8, 2023 20:54
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.

Address linter issues Build out linter integration
1 participant