invertase / dart_custom_lint

💡 Easily write powerful Dart & Flutter lint rules for your projects or for users of your packages.
https://pub.dev/packages/custom_lint
Apache License 2.0
288 stars 65 forks source link

fix error • ambiguous_import in packages/custom_lint_core/lib/src/lint_rule.dart #259

Closed SunlightBro closed 4 months ago

SunlightBro commented 4 months ago

fix error • ambiguous_import

custom_lint_core/lib/src/lintrule.dart import both:

import 'package:analyzer/error/error.dart';
//...
import '../custom_lint_core.dart';

Version 6.8.0 of package:analyzer 0e39ed6 also exports LintCode.

vercel[bot] commented 4 months ago

@SunlightBro is attempting to deploy a commit to the Invertase Team on Vercel.

A member of the Team first needs to authorize it.

CLAassistant commented 4 months ago

CLA assistant check
All committers have signed the CLA.

SunlightBro commented 4 months ago

reference freezed#1111

rrousselGit commented 4 months ago

Thanks!