Skip to content

Commit d691c73

Browse files
committed
update
1 parent f15bfe8 commit d691c73

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

scripts/ci/build

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,4 @@ sudo apt-get install -y \
1212
libpqxx-dev
1313

1414
cmake --preset=debug
15-
16-
ls -l ~/local/cpplib/lib/libabsl_base*
17-
cat ./build/debug/compile_commands.json
18-
1915
cmake --build ./build/debug

scripts/ci/lint

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,4 @@ uv tool install cpplint
1010

1111
# run cpplint
1212
export PYTHONPATH=.
13-
uv run ./scripts/format/run-cpplint.py
14-
15-
# clang-tidy-18 src/schema/schema.cc -checks='-*,llvm-include-order,llvm-header-guard,readability-*,misc-unused-using-decls' -p build/debug
16-
# clang-tidy-18 src/schema/schema.cc -checks='clang-analyzer-deadcode.*' -p build/debug
17-
# clang-tidy-18 src/schema/schema.cc -checks='*' -p build/debug
18-
# clang-tidy your_file.cc -checks='-*,llvm-include-order,llvm-header-guard,readability-*,misc-unused-using-decls' --fix
13+
uv run ./scripts/format/run-cpplint.py

0 commit comments

Comments
 (0)