Commit e07ca9b
committed
fix: Further refine stub detection to avoid false positives
Only flag stub comments that clearly indicate incomplete work:
- 'stub out', 'stubbed', 'needs stub', 'stub implementation', etc.
- Don't flag legitimate gRPC-related comments like '# Create stub'
This allows production code to use standard gRPC terminology without
triggering validation failures.1 parent 3730179 commit e07ca9b
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
0 commit comments