Skip to content

Gather analyzer package API references in a facade class. #57431

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
pq opened this issue Feb 3, 2017 · 1 comment
Closed

Gather analyzer package API references in a facade class. #57431

pq opened this issue Feb 3, 2017 · 1 comment
Labels
devexp-linter Issues with the analyzer's support for the linter package legacy-area-analyzer Use area-devexp instead. type-task A well-defined stand-alone task

Comments

@pq
Copy link
Member

pq commented Feb 3, 2017

Part of the effort to manage analyzer dependencies.

See: #57427 .

@pq pq added the type-task A well-defined stand-alone task label Feb 3, 2017
pq referenced this issue in dart-archive/linter Feb 3, 2017
@pq
Copy link
Member Author

pq commented Feb 3, 2017

dart-archive/linter#395 gets us most of the way there.

Still TODO:

INFO: Don't import implementation files from another package. ([linter] lib/src/rules/public_member_api_docs.dart:11)
INFO: Don't import implementation files from another package. ([linter] lib/src/rules/pub/package_names.dart:8)
INFO: Don't import implementation files from another package. ([linter] lib/src/rules/unnecessary_brace_in_string_interp.dart:10)
INFO: Don't import implementation files from another package. ([linter] lib/src/rules/annotate_overrides.dart:11)
INFO: Don't import implementation files from another package. ([linter] lib/src/rules/empty_constructor_bodies.dart:9)
INFO: Don't import implementation files from another package. ([linter] lib/src/rules/package_prefixed_library_names.dart:12)
INFO: Don't import implementation files from another package. ([linter] lib/src/rules/package_prefixed_library_names.dart:10)
INFO: Don't import implementation files from another package. ([linter] lib/src/rules/package_api_docs.dart:10)
INFO: Don't import implementation files from another package. ([linter] lib/src/rules/empty_catches.dart:9)
INFO: Don't import implementation files from another package. ([linter] lib/src/formatter.dart:11)
INFO: Don't import implementation files from another package. ([linter] lib/src/formatter.dart:14)
INFO: Don't import implementation files from another package. ([linter] lib/src/formatter.dart:12)
INFO: Don't import implementation files from another package. ([linter] lib/src/ast.dart:41)
INFO: Don't import implementation files from another package. ([linter] lib/src/rules/no_duplicate_case_values.dart:13)
INFO: Don't import implementation files from another package. ([linter] lib/src/rules/no_duplicate_case_values.dart:16)
INFO: Don't import implementation files from another package. ([linter] lib/src/rules/no_duplicate_case_values.dart:15)
INFO: Don't import implementation files from another package. ([linter] lib/src/rules/no_duplicate_case_values.dart:14)
INFO: Don't import implementation files from another package. ([linter] lib/src/rules/no_duplicate_case_values.dart:17)

which are trickier since they reach into tokens and the resolver.

pq referenced this issue in dart-archive/linter Feb 3, 2017
* Gather analyzer API references in a facade class.

See: #394

* formatting
pq referenced this issue in dart-archive/linter Feb 3, 2017
* roundup all non-API calls
* enable `implementation_imports` lint

Fixes: #394
pq referenced this issue in dart-archive/linter Feb 3, 2017
* roundup all non-API calls
* enable `implementation_imports` lint

Fixes: #394
@devoncarew devoncarew added devexp-linter Issues with the analyzer's support for the linter package legacy-area-analyzer Use area-devexp instead. labels Nov 18, 2024
@devoncarew devoncarew transferred this issue from dart-archive/linter Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devexp-linter Issues with the analyzer's support for the linter package legacy-area-analyzer Use area-devexp instead. type-task A well-defined stand-alone task
Projects
None yet
Development

No branches or pull requests

2 participants