Commit 66a643c
fix(rules): remove Shell.ActionMode.ALL from hallucinated-API list
Shell.ActionMode.ALL is a valid enum value — GNOME Shell's own js/ui/main.js
calls wm.allowKeybinding(..., Shell.ActionMode.ALL) directly. Flagging it as
a hallucinated API produced false-positive FAILs on caffeine and forge during
field testing (R-SLOP-08 / R-SLOP-26).
Changes:
- R-SLOP-08: remove Shell.ActionMode.ALL from the pattern; update message
- R-SLOP-26: remove entirely (rule was exclusively about Shell.ActionMode.ALL)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent e74c508 commit 66a643c
1 file changed
+2
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
641 | 641 | | |
642 | 642 | | |
643 | 643 | | |
644 | | - | |
| 644 | + | |
645 | 645 | | |
646 | 646 | | |
647 | | - | |
| 647 | + | |
648 | 648 | | |
649 | 649 | | |
650 | 650 | | |
| |||
707 | 707 | | |
708 | 708 | | |
709 | 709 | | |
710 | | - | |
711 | | - | |
712 | | - | |
713 | | - | |
714 | | - | |
715 | | - | |
716 | | - | |
717 | | - | |
718 | 710 | | |
719 | 711 | | |
720 | 712 | | |
| |||
0 commit comments