proposal: file_import_inside_lib_references_file_outside
#4103
Labels
lint-proposal
P3
A lower priority bug or feature request
status-pending
type-enhancement
A request for a change that isn't a bug
file_import_inside_lib_references_file_outside
Description
This rule was originally proposed (and implemented?) as an analyzer Hint, but the implementation is either gone or never existed, and this is more a style recommendation so should be a Lint rule.
Details
The YAML definition of the Hint was the following:
Kind
Style
Bad Examples
Relative imports from
lib/
that go outsidelib/
.Good Examples
Relative imports from
lib/
that don't go outsidelib/
.Relative imports from outside
lib/
.Discussion
Discussion checklist
The text was updated successfully, but these errors were encountered: