import pedant should display line number information
Bug #503151 reported by
Jonathan Lange
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
Currently, the import pedant makes warnings like:
"""
You should not import IDistribution from lp._schema_
lp.bugs.
"""
If it included the file name and line number of the offending import, it would be much easier to fix the warning, particularly if it used an Emacs-friendly format like:
"""
lib/lp/
"""
or even:
"""
lib/lp/
from lp._schema_
IDistribution not exported from _schema_
"""
summary: |
- import fascist should display line number information + import pedant should display line number information |
description: | updated |
To post a comment you must log in.