Modify rule S3257: add rspecator and fix resources layout (#4155)
This commit is contained in:
parent
11592f2fde
commit
f117aa19cd
@ -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[]
|
||||
|
Loading…
x
Reference in New Issue
Block a user