Unknown lint error
Bug #1710015 reported by
Andreas Hasenack
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
git-ubuntu |
Fix Released
|
High
|
Nish Aravamudan |
Bug Description
I ran git ubuntu lint (snap r1150 on my branch and got this result:
(merge-
Some lint checks failed. Please investigate.
((0855986.
It didn't say which lint checks failed, and left me in that detached HEAD state (see my PS1 changing from the branch name to a hash).
Here is a pastebin with the -v output as well: http://
The branch against which I ran it is https:/
Related branches
~nacc/git-ubuntu:bug-fixes-2
- Robie Basak: Approve
-
Diff: 1648 lines (+758/-328)16 files modifiedgitubuntu/__main__.py (+4/-1)
gitubuntu/clone.py (+8/-5)
gitubuntu/git_repository.py (+398/-225)
gitubuntu/importer.py (+32/-12)
gitubuntu/importppa.py (+8/-2)
gitubuntu/lint.py (+210/-54)
gitubuntu/merge.py (+13/-5)
gitubuntu/queue.py (+12/-2)
gitubuntu/remote.py (+9/-2)
gitubuntu/run.py (+12/-9)
gitubuntu/submit.py (+10/-9)
gitubuntu/versioning.py (+2/-2)
snap/snapcraft.yaml (+1/-0)
tests/changelogs/test_versions_1 (+5/-0)
tests/changelogs/test_versions_2 (+11/-0)
tests/changelogs/test_versions_3 (+23/-0)
Changed in usd-importer: | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Nish Aravamudan (nacc) |
milestone: | none → 1.0 |
Changed in usd-importer: | |
status: | Confirmed → In Progress |
Changed in usd-importer: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
We're planning to overhaul this in bug 1706413. It might be worth just doing that to fix this too?