Skip to content
Merged
Show file tree
Hide file tree
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
13 changes: 13 additions & 0 deletions .github/instructions/src.instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
applyTo: "src/**"
---

General rules that apply to all code.

Rules for commenting code:

1. Comments are for things that cannot be expressed as code
2. Comments which restate code must be deleted
3. If the omment says what the code could say, then the code must change to make the commnet redundant


2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
- 'docs/**'
automation:
- 'build/**'
- '.github/**'
- '.github/workfows/**'
- name: "Debug Filter Results"
shell: pwsh
run: |
Expand Down