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
1 change: 0 additions & 1 deletion .github/workflows/pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:

### 3. Markdown Formatting
- Poor markdown syntax (unclosed code blocks, broken lists, indentation issues, etc.)
- Line wrapping over 80 characters (except links, code blocks, tables)

### 4. AI-Generated Patterns (HIGH PRIORITY)
Flag AI-isms from STYLE.md:
Expand Down
6 changes: 6 additions & 0 deletions STYLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,12 @@ _1. Optional. Enter a description for the job._
| use | utilize |
| help | facilitate |

Use "turn on" and "turn off" for UI toggles, switches, and settings a user
flips in the interface. In general prose, "enable" and "disable" are
acceptable when describing a feature or capability becoming available — for
example, "When you enable auto-log-out, your users are logged out." Don't
treat every "enable" or "disable" as a violation.

### Version numbers

- Use "earlier" not "lower": Docker Desktop 4.1 and earlier
Expand Down
Loading