You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the log, the flutter plugin calls the following command on my project: flutter analyze --no-fatal-warnings --no-fatal-infos
So, I issued the same command using the plugin provided analysis_options.yaml file and flutter does not recognize any of the linter directives:
warning • 'abi_specific_integer_invalid' is not a recognized lint rule • analysis_options.yaml:3:7 • undefined_lint
warning • 'abstract_field_initializer' is not a recognized lint rule • analysis_options.yaml:4:7 • undefined_lint
warning • 'argument_type_not_assignable_to_error_handler' is not a recognized lint rule • analysis_options.yaml:5:7 • undefined_lint
warning • 'body_might_complete_normally' is not a recognized lint rule • analysis_options.yaml:6:7 • undefined_lint
So I am wondering which flutter version should I use for the tool to recognize the directives?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello all,
With this setting in
sonar-project.properties
:According to the log, the flutter plugin calls the following command on my project:
flutter analyze --no-fatal-warnings --no-fatal-infos
So, I issued the same command using the plugin provided
analysis_options.yaml
file and flutter does not recognize any of the linter directives:So I am wondering which flutter version should I use for the tool to recognize the directives?
Thanks in advance
Again, I am on Windows/WSL.
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions