Skip to content

Commit

Permalink
Exclude files as requested by @eddelbuettel
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Feb 23, 2024
1 parent 527dc40 commit e5f15ce
Show file tree
Hide file tree
Showing 9 changed files with 2,356 additions and 2,808 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-ci-single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
- name: Run pre-commit hooks on all files
run: python -m pip -v install pre-commit && pre-commit run -a -v

# Skip files in apis/r/src which are:
# * nanoarrow.c/h
# * Auto-generated by Rcpp
# * Things which Dirk doesn't want to be format-checked
- name: Check C++ Format
shell: bash
run: ./scripts/run-clang-format.sh . clang-format 0 $(find libtiledbsoma apis/python/src apis/r/src -name "*.cc" -or -name "*.cpp" -or -name "*.h" | grep -v external)
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ data:

# format
# -------------------------------------------------------------------
# Skip files in apis/r/src which are:
# * nanoarrow.c/h
# * Auto-generated by Rcpp
# * Things which Dirk doesn't want to be format-checked
.PHONY: check-format
check-format:
@./scripts/run-clang-format.sh . clang-format 0 \
Expand Down
Loading

0 comments on commit e5f15ce

Please sign in to comment.