Commit ad1830c
Solomon
fix(ego-lint): remove Meta.Cursor from R-SLOP-08 hallucinated API pattern
Meta.Cursor IS a valid GJS enum (cursor shapes used with
global.display.set_cursor()). Only Meta.Screen is nonexistent
(removed in GNOME 40). Including Meta.Cursor caused false positives
on extensions like PaperWM that legitimately use cursor shape enum
values (e.g. Meta.Cursor.GRABBING, Meta.Cursor.MOVE_OR_RESIZE_WINDOW).
Also update the message and fix text to only reference Meta.Screen.
Closes #1551 parent 9c6759b commit ad1830c
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
644 | 644 | | |
645 | 645 | | |
646 | 646 | | |
647 | | - | |
| 647 | + | |
648 | 648 | | |
649 | 649 | | |
650 | | - | |
| 650 | + | |
651 | 651 | | |
652 | | - | |
| 652 | + | |
653 | 653 | | |
654 | 654 | | |
655 | 655 | | |
| |||
0 commit comments