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

ability to run howfairis in a local git repository #361

Open
benvanwerkhoven opened this issue Oct 10, 2022 · 0 comments
Open

ability to run howfairis in a local git repository #361

benvanwerkhoven opened this issue Oct 10, 2022 · 0 comments

Comments

@benvanwerkhoven
Copy link
Contributor

I think it would be nice for developers to run howfairis in a local git repository. This would enable developers to run howfairis on branches of the code that are not the default branch. It would also simplify the use of howfairis inside GitHub action workflows.

If I understand correctly, the check "has_open_repository" is the only one that really needs the GitHub/Gitlab URL and even that could be extracted from local files using 'git remote -v' for example.

This is of course just a suggestion. I know that a lot of code within howfairis is dedicated to fetching things from remote github or gitlab repositories, so this change may have a lot of impact on the code, I'm not sure. For as far as I know, it should be possible to perform most checks using local files though. What do you think of this idea? I'd be happy to help out.

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

No branches or pull requests

1 participant