• src/sbbs3/CLAUDE.md

    From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Tue Jul 28 19:54:10 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/9a6edae8cc4165d7852f9c26
    Modified Files:
    src/sbbs3/CLAUDE.md
    Log Message:
    CLAUDE.md: don't run uncrustify across a whole pre-existing file

    uncrustify is a reformatter, not a linter, and the long-lived files in
    this tree are not uncrustify-clean. Pointed at sbbs.h it re-indents the
    whole sbbs_t class body -- some 2500 lines of pure whitespace churn --
    and mangles the compact one-line inline methods rainbow_len(), timeon(), timeused() and current_subnum() into broken multi-line forms. In .cpp
    files it re-aligns declaration blocks nowhere near the edit. Either way
    a small change ends up buried in noise.

    Record the exception, and a check for it: compare git diff -w against
    git diff for the file, since a gap between the substantive and total
    line counts is exactly what collateral reformatting looks like.

    Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)