mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
Fix bot review false positives: drop fabricated 80-char rule, clarify enable/disable
The PR-review bot's prompt instructed it to flag lines over 80 characters, but no such rule exists in the repo (markdownlint MD013 is disabled and STYLE.md never mentions it). Remove that instruction from pr-review.yml. Also clarify the STYLE.md word list so "turn on/off" applies to UI toggles while "enable/disable" stays acceptable in general prose, matching STYLE.md's own example. This stops the bot from flagging every "enable" as a violation. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user