Commit 3a84524
refactor(ego-lint): unify service/ path filtering and document exclusions
Replace 6 inline string-based service/ filters in check-lifecycle.py with
a shared _skip_non_lifecycle() helper using component-based path matching
(consistent with check-quality.py). The string approach ('/service/' in path)
could false-match paths like myservice-backup/. Add scope exclusion notes
to R-LIFE-02, R-LIFE-06, and R-QUAL-04 in rules-reference.md.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 12fe1d9 commit 3a84524
File tree
2 files changed
+20
-16
lines changed- skills/ego-lint
- references
- scripts
2 files changed
+20
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
941 | 941 | | |
942 | 942 | | |
943 | 943 | | |
| 944 | + | |
944 | 945 | | |
945 | 946 | | |
946 | 947 | | |
| |||
1187 | 1188 | | |
1188 | 1189 | | |
1189 | 1190 | | |
| 1191 | + | |
1190 | 1192 | | |
1191 | 1193 | | |
1192 | 1194 | | |
| |||
1280 | 1282 | | |
1281 | 1283 | | |
1282 | 1284 | | |
| 1285 | + | |
1283 | 1286 | | |
1284 | 1287 | | |
1285 | 1288 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
45 | 56 | | |
46 | 57 | | |
47 | 58 | | |
| |||
171 | 182 | | |
172 | 183 | | |
173 | 184 | | |
174 | | - | |
175 | | - | |
176 | | - | |
| 185 | + | |
177 | 186 | | |
178 | 187 | | |
179 | 188 | | |
| |||
258 | 267 | | |
259 | 268 | | |
260 | 269 | | |
261 | | - | |
262 | | - | |
263 | | - | |
| 270 | + | |
264 | 271 | | |
265 | 272 | | |
266 | 273 | | |
| |||
1233 | 1240 | | |
1234 | 1241 | | |
1235 | 1242 | | |
1236 | | - | |
1237 | | - | |
1238 | | - | |
| 1243 | + | |
1239 | 1244 | | |
1240 | 1245 | | |
1241 | 1246 | | |
| |||
1325 | 1330 | | |
1326 | 1331 | | |
1327 | 1332 | | |
1328 | | - | |
1329 | | - | |
1330 | | - | |
| 1333 | + | |
1331 | 1334 | | |
1332 | 1335 | | |
1333 | 1336 | | |
| |||
1436 | 1439 | | |
1437 | 1440 | | |
1438 | 1441 | | |
1439 | | - | |
1440 | | - | |
| 1442 | + | |
1441 | 1443 | | |
1442 | 1444 | | |
1443 | 1445 | | |
| |||
1504 | 1506 | | |
1505 | 1507 | | |
1506 | 1508 | | |
1507 | | - | |
1508 | | - | |
| 1509 | + | |
1509 | 1510 | | |
1510 | 1511 | | |
1511 | 1512 | | |
| |||
0 commit comments