AI: Fix naming issue for protocol module. v7.0.83 (#4482)

Co-authored-by: OSSRS-AI <winlinam@gmail.com>
This commit is contained in:
Winlin
2025-09-09 21:06:45 -04:00
committed by GitHub
parent 8f87d4092b
commit 3a29e5c550
67 changed files with 2872 additions and 2871 deletions

View File

@@ -185,7 +185,7 @@ code_patterns:
public:
srs_error_t initialize();
};
scope: "Applies ONLY to fields (member variables) in classes and structs - NOT to functions, methods, or parameters"
scope: "Applies ONLY to fields (member variables) in classes and structs - NOT to functions, methods, comments, error messages, or parameters"
exceptions: "Only applies to SRS-defined classes/structs - do NOT change 3rd party code like llhttp"
rationale: "Consistent naming convention across SRS codebase for better code readability and maintenance - underscore distinguishes member variables from local variables and parameters"