You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: measure SLOC (exclude comments/blank lines) in file-size gate
The per-file ceiling counted physical lines including comments, which
penalized this codebase's heavy documentation and pushed three
comment-dominated files past 500 (webserver_impl_dispatch.hpp,
webserver_lifecycle.cpp, create_webserver.hpp) despite their code being
well under it. Strip comment-only and blank lines before counting via a
string-literal-aware awk pass; ceiling stays 500. All src/ files now pass
with margin (largest is 372 SLOC).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments