You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: