`dcm analyze` false positives
- Dominant language
- Dart
- Stars
- 1.7k
- Forks
- 404
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 18
Description
@incendial finding some more false positives here. I can file these somewhere else if that is better for you, just let me know.
```
packages/devtools_app/test/screens/debugger/syntax_highlighter_test.dart (1 issue):
WARNING This test group does not contain any test cases.
at packages/devtools_app/test/screens/debugger/syntax_highlighter_test.dart:514:7
avoid-empty-test-groups : https://dcm.dev/docs/rules/common/avoid-empty-test-groups
```
Contributor guide
Research direction
Start by running `dcm analyze` against `packages/devtools_app/test/screens/debugger/syntax_highlighter_test.dart` and inspect the empty test group reported at line 514. Determine why `avoid-empty-test-groups` flags this case, then verify that analysis no longer reports this false positive while still detecting genuinely empty groups.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- testing-qa, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100