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

"check" command incorrectly requires --source flag #32

Open
rycoll opened this issue Mar 10, 2023 · 0 comments
Open

"check" command incorrectly requires --source flag #32

rycoll opened this issue Mar 10, 2023 · 0 comments

Comments

@rycoll
Copy link
Contributor

rycoll commented Mar 10, 2023

The rosey check command fails, with a message about requiring a source directory to process. However, it also fails when the --source flag is used.

Workaround: the command seems to work if a truthy ROSEY_SOURCE environment variable is passed in, so ROSEY_SOURCE="anything" rosey check works.

Solution: remove/modify the code which always checks for a source directory, for commands which don't expect this to be configured.

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