-
Notifications
You must be signed in to change notification settings - Fork 58
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
option --git-commit-id fails to detect changes #168
Comments
Hi @tned73 Sorry for the delay for answering the issue. I'm not 100% sure to understand the issue. Yes, the linter will
I'm not sure to understand what is the problem in the described scenario 🤔 Can you provide the current output, the expected output, and maybe a gross summary of what your project folder hierarchy looks like? Thanks! Would a solution be to provide two different options, one to specify the Django project root, and one for the git root path? Or am I misunderstanding the issue? |
Does it related to #141? |
Even |
confirmed that adding |
Dear 3YOURMIND,
thanks for the great work! I think I found a small issue:
when using the following statement
It will not find the migrations in the diff, due to setting the internal
settings_path
to the settings folder, where the git-diff functionality expects it to be the project root folderis a work around for this issue.
If this is an issue I would happily supply a PR for this issue. all tough it is a bit unclear, that the argument is called
project-root-path
, but the internal variable name issettings_path
, which are different in natureThe text was updated successfully, but these errors were encountered: