passsy / dart-lint

An opinionated, community-driven set of lint rules for Dart and Flutter projects. Like pedantic but stricter
Apache License 2.0
277 stars 82 forks source link

Inspect 'Annotator' options #34

Closed Tomic-Riedel closed 2 years ago

Tomic-Riedel commented 3 years ago

Hey! I just set up lint on my project (Relatively late because I just found out about it now) and I get the error "Inspect 'Annotator' options" in a lot of places. What does this error mean and how can I fix it?

The error occurs both in widgets, as in variables, etc.

I would be very happy about an answer,

LG

passsy commented 3 years ago

Never heard of it, do you have a screenshot? It sounds more like an error from IntelliJ https://www.jetbrains.com/help/phpstorm/general-annotator.html. Which version are you using?

alexander-doroshko commented 2 years ago

It's an IntelliJ-related issue which has been fixed. The fix will be available in 2023.1 release (all JetBrains IDEs).We'll see if we can include this fix in earlier IDE bugfix updates. Please close this issue, I don't have permissions here.