Skip to content

Commit

Permalink
Maybe these conflicts also
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Oct 24, 2024
1 parent faaddf6 commit bf67b27
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
make install
- name: Install pgTAP
if: false
run: |
git clone https://github.com/theory/pgtap.git pgTapExtension
cd pgTapExtension
Expand All @@ -79,7 +78,6 @@ jobs:
ln -s $(find `brew --prefix` -name pg_prove) symlink it into $(brew --prefix)/bin
- name: Test
if: false
run: |
export PATH=$(brew --prefix)/Cellar/perl/$(perl -e 'print substr($^V, 1)')/bin:$PATH
pg_ctl -D $(brew --prefix)/var/postgresql@14 start
Expand Down
6 changes: 3 additions & 3 deletions docqueries/version/full_version.result
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ SET client_min_messages TO NOTICE;
SET
/* -- q1 */
SELECT version, library FROM pgr_full_version();
version | library
-----------+-----------------
3.7.0 | pgrouting-3.7.0
version | library
---------+-----------------
3.7.0 | pgrouting-3.7.0
(1 row)

/* -- q2 */
Expand Down
3 changes: 1 addition & 2 deletions include/cpp_common/rule.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*PGR-GNU*****************************************************************
FILE: rule.hpp
File: rule.hpp
Copyright (c) 2017 pgRouting developers
Mail: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts/code_checker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if test -z "$DIRECTORY"; then
echo "--------------------"
echo "------ *.c ------"
echo "--------------------"
code_linter/cpplint/cpplint.py --extensions=c --linelength=120 --filter=-readability/casting,-whitespace/newline src/*/*.c
code_linter/cpplint/cpplint.py --extensions=c --linelength=120 --filter=-readability/casting src/*/*.c
echo "--------------------"
echo "------ *.cpp ------"
echo "--------------------"
Expand Down

0 comments on commit bf67b27

Please sign in to comment.