mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-05-01 03:19:28 +08:00
Address review: exclude unittests/catch.hpp from clang-format and revert changes
Reverted all formatting changes to unittests/catch.hpp (third-party vendored header) and added it to the exclude list in auto-clang-format.yml so it won't be reformatted in future runs. Requested by @lefticus in PR #691 review. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
7c5e4b264f
commit
8b9cd41153
2
.github/workflows/auto-clang-format.yml
vendored
2
.github/workflows/auto-clang-format.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
- uses: DoozyX/clang-format-lint-action@v0.20
|
||||
with:
|
||||
source: '.'
|
||||
exclude: './third_party ./external'
|
||||
exclude: './third_party ./external ./unittests/catch.hpp'
|
||||
extensions: 'h,cpp,hpp'
|
||||
clangFormatVersion: 19
|
||||
inplace: True
|
||||
|
||||
25152
unittests/catch.hpp
25152
unittests/catch.hpp
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user