Skip to content

Allow avoid-banned-imports rule to ignore imports with specific show configuration #119

Description

@danielgomezrico

Description
Hi

I am unable to set up the avoid-banned-imports to warn when there's an import from flutter that has a show on my presentation layer, let's say a ViewModel.

I want to allow only the tag visibleForTesting like:

import 'package:flutter/foundation.dart' show visibleForTesting;

And warn if the show is not added, like:

import 'package:flutter/foundation.dart';

Why do you consider it necessary?
This is useful for testing and the tag comes from the flutter SDK 🤔

Metadata

Metadata

Assignees

No one assigned

    Labels

    ImprovementNew feature or requestReview/PendingInitial stage of the issue to evaluate its approval

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions