Update
This commit is contained in:
@@ -0,0 +1,85 @@
|
||||
{
|
||||
"agent": "style",
|
||||
"mode": "fix",
|
||||
"started_at": "2026-06-12T01:08:04.361327",
|
||||
"finished_at": "2026-06-12T01:10:20.066323",
|
||||
"summary": {
|
||||
"total": 7,
|
||||
"errors": 5,
|
||||
"warnings": 0,
|
||||
"fixed": 5,
|
||||
"unfixed": 2
|
||||
},
|
||||
"findings": [
|
||||
{
|
||||
"severity": "error",
|
||||
"dimension": "coding-rule-compliance",
|
||||
"file": "agents/agent.py",
|
||||
"line": 30,
|
||||
"rule": "no-em-dash",
|
||||
"message": "Em-dash character (U+2014) used instead of hyphen in docstring",
|
||||
"fixed": true,
|
||||
"fix_summary": "Replaced em-dash with hyphen in docstring about Chrome-accurate header order"
|
||||
},
|
||||
{
|
||||
"severity": "error",
|
||||
"dimension": "coding-rule-compliance",
|
||||
"file": "agents/agent.py",
|
||||
"line": 1732,
|
||||
"rule": "no-em-dash",
|
||||
"message": "Em-dash character (U+2014) used instead of hyphen in advice string literal",
|
||||
"fixed": true,
|
||||
"fix_summary": "Replaced em-dash with hyphen in plan confidence advice string"
|
||||
},
|
||||
{
|
||||
"severity": "error",
|
||||
"dimension": "coding-rule-compliance",
|
||||
"file": "agents/agent.py",
|
||||
"line": 2217,
|
||||
"rule": "no-em-dash",
|
||||
"message": "Em-dash character (U+2014) used instead of hyphen in SYSTEM_PROMPT string",
|
||||
"fixed": true,
|
||||
"fix_summary": "Replaced em-dash with hyphen in operating protocol text"
|
||||
},
|
||||
{
|
||||
"severity": "error",
|
||||
"dimension": "coding-rule-compliance",
|
||||
"file": "agents/agent.py",
|
||||
"line": 2250,
|
||||
"rule": "no-em-dash",
|
||||
"message": "Em-dash character (U+2014) used instead of hyphen in _with_datetime() f-string",
|
||||
"fixed": true,
|
||||
"fix_summary": "Replaced em-dash with hyphen in datetime message string"
|
||||
},
|
||||
{
|
||||
"severity": "error",
|
||||
"dimension": "coding-rule-compliance",
|
||||
"file": "agents/agent.py",
|
||||
"line": 2293,
|
||||
"rule": "no-em-dash",
|
||||
"message": "Em-dash character (U+2014) used instead of hyphen in argparse description",
|
||||
"fixed": true,
|
||||
"fix_summary": "Replaced em-dash with hyphen in argument parser description"
|
||||
},
|
||||
{
|
||||
"severity": "info",
|
||||
"dimension": "coding-rule-compliance",
|
||||
"file": "devplacepy/services/bot/llm.py",
|
||||
"line": 105,
|
||||
"rule": "no-em-dash",
|
||||
"message": "Em-dash characters in llm.py replace() pattern are intentional data processing logic; not changed",
|
||||
"fixed": false,
|
||||
"fix_summary": ""
|
||||
},
|
||||
{
|
||||
"severity": "info",
|
||||
"dimension": "coding-rule-compliance",
|
||||
"file": "devplacepy/static/uploads/attachments/1a/64/1a640917-f599-4fce-8dc4-2babdb25f716.py",
|
||||
"line": 3,
|
||||
"rule": "no-em-dash",
|
||||
"message": "Em-dash in user-uploaded attachment file; not project source",
|
||||
"fixed": false,
|
||||
"fix_summary": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user