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
Address CI feedback: docs and clang-format for diff feature
Combined slice of upstream commits 24ccdfd (CI feedback) and ec27e91
(clang-format) restricted to the diff feature's surface area:
- Doxygen comments for public members of SqlSchemaDiff (ColumnDiff,
TableDiff) and SqlDataDiff (RowDiff, TableDataDiff, DiffProgressEvent),
plus SecretResolver move ops.
- Replace \\ref with backticks in SqlSchemaDiff/SqlDataDiff doc comments
so doxygen stops complaining about unresolved references.
- Exclude src/Lightweight/tui/ from doxygen — vendored code follows the
upstream comment style.
- Migrate \`.find(x) != std::string::npos\` to \`.contains(x)\` (and the
inverse) across PR-introduced code (ProfileStore.cpp, SqlSchema.cpp,
ConfigProfileStoreTests.cpp, SecretResolverTests.cpp), satisfying
clang-tidy 22's readability-container-contains check.
- clang-format-22 across modified C++ files (tui/, Secrets/, dbtool main.cpp).
No behavioral changes — purely doc / lint / whitespace.
Signed-off-by: Christian Parpart <christian@parpart.family>
0 commit comments