Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ validation:
4. Class/struct definitions
5. Functions and commands

Only flag violations when elements appear OUT OF ORDER (e.g., key bindings AFTER functions, or defvar AFTER functions).
Key bindings appearing BEFORE functions is correct and expected.

# === Style ===
- name: loop_keywords_rule
prompt: |
Expand Down
Loading