Skip to content

Commit

Permalink
Modify rule S2260: Fix list of actions to deal with analyzer failures…
Browse files Browse the repository at this point in the history
… in the description (#4457)
  • Loading branch information
antonioaversa authored Oct 30, 2024
1 parent d662fdf commit a8afb38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rules/S2260/dart/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ There are three recommended ways to deal with analysis failures:
* Fix compiler errors.
* Make sure you got all project dependencies, via `flutter pub get`, `dart pub get`, ...
* Make sure all referenced generated files were generated before the analysis.
* If you cannot fix them, let us know through the https://community.sonarsource.com/[Sonar Community forum].
If you cannot fix them, let us know through the https://community.sonarsource.com/[Sonar Community forum].

=== Noncompliant code example

Expand Down

0 comments on commit a8afb38

Please sign in to comment.