In SKARA-1690, I tried to make jcheck cli able to run jcheck on the diff in current working tree. But seems like this feature is not compatible with some jchecks like problemLists check.
In problemLists check, it will execute "git -c core.quotePath=false ls-tree -r working-tree <dir>" to get all files in the dir, but working-tree is not a valid tree object.
In problemLists check, it will execute "git -c core.quotePath=false ls-tree -r working-tree <dir>" to get all files in the dir, but working-tree is not a valid tree object.
- relates to
-
SKARA-1690 Make jcheck cli able to use conf from workspace or other commit
-
- Resolved
-