Modify rule S3257: add rspecator and fix resources layout (#4155)

This commit is contained in:
Antonio Aversa 2024-08-15 17:28:04 +02:00 committed by GitHub
parent 11592f2fde
commit f117aa19cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,4 +28,26 @@ var occurrences = Map<String, int>();
== Resources
=== Documentation
* Dart Docs - https://dart.dev/tools/linter-rules/prefer_collection_literals[Dart Linter rule - prefer_collection_literals]
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
=== Message
Unnecessary constructor invocation.
=== Highlighting
The entire constructor invocation expression, including the type and the parentheses (e.g. `Set<int>()`).
'''
== Comments And Links
(visible only on this page)
endif::env-github,rspecator-view[]